bnfd
02/07/2022, 2:39 PMKishore Nallan
02/07/2022, 2:42 PMfoo
if there was a name
field with that value but no description
field containing that word, Typesense used to query for typo variations of the word in the description
index. This often confused people. Now, we are considering the typo and drop tokens threshold at the global level. If a record with atleast one field matches the query word, typo/drop token variations are not looked for in the other fields.Kishore Nallan
02/07/2022, 2:45 PM_text_match(buckets: 10):desc
The buckets
parameter indicates the number of intervals that the text match scores should be divided into, such that the documents falling within these buckets would be deemed to have the same text matching score. When there are fewer documents than the number of buckets, then all documents will belong to the same bucket. Only the first 250 documents and their scores are bucketed this way. A value of 0
or 1
disables bucketing.bnfd
02/07/2022, 2:46 PMKishore Nallan
02/07/2022, 2:47 PMbnfd
02/07/2022, 2:49 PMKishore Nallan
02/07/2022, 2:56 PMtext_match
value that we return today into components that make it easier to relate to.