Implementing Fuzzy Searching in Advanced Search Features
TLDR David needed help allowing typo tolerance in an advanced search. Kishore Nallan suggested using a multi_search endpoint and aggregating the results client side.
Sep 03, 2023 (3 months ago)
David
07:48 PMDavid
07:51 PMq=*, filter_by=...
was the best way to do that, but I'm not sure it achieves what I'm looking forDavid
07:53 PMSep 04, 2023 (3 months ago)
Kishore Nallan
01:33 AMDavid
01:34 AMKishore Nallan
01:36 AMDavid
01:36 AMTypesense
Indexed 3011 threads (79% resolved)
Similar Threads
Troubleshooting "drop_tokens_threshold" and Typo Tolerance in Typesense
Joe had issues with "drop_tokens_threshold" = 0 and typo tolerance in Typesense, after which Kishore Nallan provided solutions and clarifications on feature functionality. Their issues with the search result limit and tokens were resolved after discussion and testing.
Multiple Filters and JSON Requests in Typesense
Manish asked about multiple filter_by arguments, JSON input, and using multisearch. Jason offered typesense documentation links, examples, and how to use JSON formatted requests with multisearch. Ed shared a similar use case.
Performance Characteristics of Filtering Search Results
Oskar queries the performance difference in filtering search results. Jason clarifies how filters work and provides performance improvement suggestions like increasing vCPUs and sharding the collection. Kishore Nallan explains filter IDs and document ID matching. The thread concludes with discussions on performance tradeoffs in filter implementation.