Implementing Fuzzy Search and Typo Parameters in Queries
TLDR Phillip asked about implementing fuzzy search and typo parameters in query terms, including those excluded. Jason confirmed and suggested a solution.
Powered by Struct AI
1
3
16mo
Solved
Jun 15, 2022 (16 months ago)
Phillip
Phillip
03:39 PMAm I correct in thinking the way to implement fuzzy search is with the typo params? And if so do the typo params apply to excluded query terms? AKA those with a
-
in front of them?Jason
Jason
05:12 PM> Am I correct in thinking the way to implement fuzzy search is with the typo params?
That's correct.
> And if so do the typo params apply to excluded query terms? AKA those with a
That's correct. If you don't want typo correction to kick in, you can surround the term with "quotes" in the latest version of Typesense v0.23.0
That's correct.
> And if so do the typo params apply to excluded query terms? AKA those with a
-
in front of them?That's correct. If you don't want typo correction to kick in, you can surround the term with "quotes" in the latest version of Typesense v0.23.0
Phillip
Phillip
08:13 PMthanks Jason!!
1
Typesense
Lightning-fast, open source search engine for everyone | Knowledge Base powered by Struct.AI
Indexed 2779 threads (79% resolved)
Similar Threads
Implementing Fuzzy Searching in Advanced Search Features
David needed help allowing typo tolerance in an advanced search. Kishore Nallan suggested using a multi_search endpoint and aggregating the results client side.
7
3w
Solved
Discussing Complicated Queries with Typesense Q Param
Jainil asked about complex queries in Typesense 'q' parameter. Jason clarified it doesn't support boolean operators and referred to an open feature request.
4
3w
Solved
Querying Typo Tolerance Activation for Results
John inquired about determining if typo tolerance was applied to search results. Dima provided a related issue link.
2
2w