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

Like operator doesn't detect a part of a word (the end part) if a field is indexed as text with fielddata activated and a space analyzer #933

Open
MohamedHamouGisaia opened this issue Dec 13, 2023 · 0 comments
Assignees
Labels
type:bug Something isn't working

Comments

@MohamedHamouGisaia
Copy link
Member

How to reproduce

  • index a field with the following mapping :
    "type": "text",
    "fielddata": true,
    "analyzer": "whitespace"

If the field has a value : toto and we search oto, no result is returned

@MohamedHamouGisaia MohamedHamouGisaia added the type:bug Something isn't working label Dec 13, 2023
@MohamedHamouGisaia MohamedHamouGisaia added this to the 24.1.1 milestone Dec 13, 2023
@MohamedHamouGisaia MohamedHamouGisaia self-assigned this Dec 13, 2023
@MohamedHamouGisaia MohamedHamouGisaia modified the milestones: 24.1.1, 26.0.0 Mar 15, 2024
@MohamedHamouGisaia MohamedHamouGisaia removed this from the 26.0.0 milestone Jul 5, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
type:bug Something isn't working
Projects
None yet
Development

No branches or pull requests

1 participant