Is exact match hard to implement?
# community-help
b
Is exact match hard to implement?
k
👋 Can you elaborate or give me more context?
c
We use the
num_typos
on a query for exact matching. So you can just set it to 0 for an exact. You can also set different levels of typos per property you search on. See more on the arguments section here: https://typesense.org/docs/0.21.0/api/documents.html#search
k
There is also
prioritize_exact_match
option, which is by default true so already matches at the top of the results should be exact.
b
Thanks, I was referring to phrase match actually,
"foo bar" baz
k
That's on our short term road map.
❤️ 2
b
Great, thanks. It's a feature I use all the time with algolia
k
I know, really want to support it soon.
👍 1