I'd like to be able to search for multi-word titles in a fuzzy manner
where small typos could be compensated for, but when you make a query
term like:
title:"The increadable machine"~
that will perform a word distance search instead of a fuzzy search.

Is it possible to do this without manually splitting up the title
string I'm searching for into terms and then making a compound query
with each of the terms as a fuzzy?

Thanks,
Daniel

Reply via email to