arpit shah
03/15/2023, 11:18 PMarpit shah
03/15/2023, 11:19 PMcurrently it matches "Aida Labmake" name if we search for "Ai" or "La" but not if we search for "ida" or "bmk"
Is it possible to have a fuzzy_search
?arpit shah
03/15/2023, 11:40 PMilike
kind of search possible with typesense ?Jason Bosco
03/15/2023, 11:50 PMtypo_tokens_threshold
search parameter (defaults to 1).
What you’re referring to - searching in the middle of strings - is called infix search. This has to be enabled by setting infix: true
for the field in the schema, and then you’d need to send the infix
parameter as a search param