Hey there,
we are using Typesense for our food database search in
www.nutrilize.app for a couple of months now and would like to improve the search results a bit.
Basically there are two important fields "name" and "brands" which can be searched for.
When a user enters "ehrmann vanille protein" it should be the same as "ehrmann protein vanille" (same words, different order).
Our database entry with name="High Protein Vanilla Mousse" and brands="Ehrmann" is only returned as a result when entering the second search input ("ehrmann protein vanille").
Is it possible to fine-tune the query for behave as described above?