"Flexible" text searching

Hi Luis,

Is there a technique to make a text-match filter “flexible”?
I.e. if the user types “blueberry muffins” it would filter to include entries with that exact text, as well as e.g. “blueberry banana muffins” and “muffins with blueberries”?

Ideally it would “split” the search term at whitespace, and treat it logically as;

blueberry AND muffins

Hey @memetican! i am afraid this is currently not possible, however fuzzy search will be supported by default for V2 :wink:

1 Like