Am I correct in thinking the way to implement fuzz...
# community-help
p
Am 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?
j
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
-
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
p
thanks @Jason Bosco!!
👍 1