Hey there, we are using Typesense for our food dat...
# community-help
a
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?
j
We plan to add the ability to customize the left-to-right or right-left-behavior or all words behavior of Typesense in the next few weeks. In the meantime, could you try setting
exhaustive_search: true
and
drop_tokens_threshold: 100000
to see if that helps?
a
Hey Jason, that works well, thanks for your help!
👍 1