Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[FEATURE] Additional word characters #193

Merged
merged 1 commit into from
Oct 20, 2023

Conversation

christianbltr
Copy link
Member

This patch adds a feature which allows to configure additional word characters. These characters are
replaced during the search and in words containing that characters during indexing. These modified
words are added as "hidden content" in the index.
That allows the user to search for words with
characters that would normally separate a word (like dot or hyphen) like it would be a normal
character. This can be useful for example when
you search for serial numbers which contains a hyphen, like in "AB-123".

This patch adds a feature which allows to configure
additional word characters. These characters are
replaced during the search and in words containing
that characters during indexing. These modified
words are added as "hidden content" in the index.
That allows the user to search for words with
characters that would normally separate a word (like
dot or hyphen) like it would be a normal
character. This can be useful for example when
you search for serial numbers which contains a hyphen,
like in "AB-123".
@christianbltr christianbltr merged commit 5f9e6e1 into master Oct 20, 2023
8 checks passed
@christianbltr christianbltr deleted the feature/issue-19-word-delimiter branch October 20, 2023 08:48
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant