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

Add custom word_delimiter filter #32

Merged
merged 1 commit into from
Feb 4, 2022
Merged

Add custom word_delimiter filter #32

merged 1 commit into from
Feb 4, 2022

Conversation

tmotyl
Copy link
Collaborator

@tmotyl tmotyl commented Jan 31, 2022

This should allow splitting text by e.g. colon or slash, and searching parts of the word.

Fixes: #31
https://www.elastic.co/guide/en/elasticsearch/reference/current/analysis-word-delimiter-tokenfilter.html

Add custom filter and analyzer
Add missing fields to mapping
Remove language configuration as it was conflicting with
custom analyzer config see
TYPO3GmbH/elasticorn#21
Allow searching by extension key (also by fragment

  • analyze the extension key)

@tmotyl tmotyl mentioned this pull request Feb 1, 2022
@susannemoog susannemoog changed the title Add custom word_delimiter fikter Add custom word_delimiter filter Feb 2, 2022
… chars

Add custom filter and analyzer
Add missing fields to mapping
Remove language configuration as it was conflicting with
custom analyzer config see
TYPO3GmbH/elasticorn#21
Allow searching by extension key (also by fragment
- analyze the extension key)
@susannemoog susannemoog merged commit 5cf21a7 into main Feb 4, 2022
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.

Search for parts of shell-commands containing colons
2 participants