afaik, ripgrep, rga and ugrep do not rely on iFilter at all (they don't need iFIlter, it works on byte level comparison)
Here's an article from the ripgrep dev for more details : ripgrep is faster than {grep, ag, git grep, ucg, pt, sift} - Andrew Gallant's Blog
and the readme from ripgrep ...