'Abbreviation Matching' for CamelCase Records, is it possible? #6554
Unanswered
kronaemmanuel
asked this question in
Q&A
Replies: 1 comment
-
There can be only one word that matches a prefix in Algolia to prevent matches that aren't explainable to the user. However there's a couple things you can do:
I recommend to not overdo it as you'll likely have a lot of overlapping values and the search will become hard to use |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
I have records with titles like
beforeCellEdit
in my indexes. I’d like to search using abbreviated terms (e.g.,be ce ed
) and have them match. Ideally it would also work if the order is slightly wrong like:ce ed be
. What strategies can I use to achieve this behavior?Beta Was this translation helpful? Give feedback.
All reactions