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

Added option for delimiter filtering #806

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

DirkBaumeister
Copy link

Hey,
I needed an option to filter multiple keywords by delimiter.
For example:

Values:

  • Item 1 / Category 1
  • Item 1 / Basket 2
  • Item 1 / Test 3

Now, if I tried to search for 'item category' for example there was no result.

Now, if you enable the option enableDelimiterFiltering this kind of search is possible.

Additionally you can specify the delimiter for this kind of filtering by the option filterDelimiter.

The default is ' '.

added option for the delimiter string for the delimiter filtering
added filter candidate else if for delimiter filtering
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants