Preserve special chars like # or @ for searching #480
Locked
DavertMik
started this conversation in
Feedback & Feature Proposal
Replies: 1 comment
-
Hi @DavertMik 👋 Indeed, this is not possible yet. This is related to the tokenizer separators. We have a more detailed discussion here for this subject. I'm locking this discussion to favor #160. Thank you! |
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
Uh oh!
There was an error while loading. Please reload this page.
-
If we use hashtags or user names inside documents (think of tweets), we need to ensure that
#
or@
char is taken into account.However, Meilisearch treats
#
or@
as a blank character. So#special
is the same asspecial
.Can we configure the list of empty characters for indexing, so
@
or#
won't be ignored?This applies very well to the idea of prefix-based search, so I hope it is possible to implement.
Beta Was this translation helpful? Give feedback.
All reactions