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

[Backport 2.x] [Bug] fix case sensitivity for wildcard queries #5493

Merged
merged 1 commit into from
Dec 8, 2022

Commits on Dec 8, 2022

  1. [Bug] fix case sensitivity for wildcard queries (#5462)

    Fixes the wildcard query to not normalize the pattern when case_insensitive is
    set by the user. This is achieved by creating a new normalizedWildcardQuery
    method so that query_string queries (which do not support case sensitivity) can
    still normalize the pattern when the default analyzer is used; maintaining
    existing behavior.
    
    Signed-off-by: Nicholas Walter Knize <nknize@apache.org>
    (cherry picked from commit ce25dec)
    Signed-off-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
    github-actions[bot] committed Dec 8, 2022
    Configuration menu
    Copy the full SHA
    924dd46 View commit details
    Browse the repository at this point in the history