Jon Sanders
07/29/2022, 5:45 PMQuery By
parameters. I would expect that adding a new parameter would either not affect search results, or would increase the number of results. But when I add a parameter, I’m actually seeing fewer results. Can you help me understand why?Jason Bosco
07/29/2022, 5:49 PM.../api/...
endpoint, and then paste just the post request body here which has all the search params?Jon Sanders
07/29/2022, 5:50 PMJason Bosco
07/29/2022, 5:52 PM--data-raw '{"searches":[{"query_by":"title,slug,categories,description,shortDescription","group_by":"","sort_by":"_text_match:desc","highlight_full_fields":"title,slug,categories,description,shortDescription","collection":"catalogContent_20220729T163000","q":"full stack","facet_by":"","page":1,"per_page":5}]}' \
--compressed
Could you delete the rest of your message, since it contains auth and session informationJon Sanders
07/29/2022, 5:52 PMJason Bosco
07/29/2022, 5:53 PMJon Sanders
07/29/2022, 5:53 PMKishore Nallan
07/30/2022, 1:33 AMsplit_joins_tokens: always
then Typesense will always attempt to look for space as typo variations of the query and this will ensure that same set of results are produced with/without the shortDescription field.Jon Sanders
07/30/2022, 9:19 PM