Hi all,
I’m using fuzzy~ queries which can return very poor matches. What is
the
most elegant way to filter out scores below some threshold? I know that
I
can do my own thing with find_id_by_contents but I’d like to filter out
less relevant results at a lower level so that I can use :limit/:offset
for pagination and all that.
What am I missing?
Thanks,
Casey