fix case insensitive query on wildcard field#15882
fix case insensitive query on wildcard field#15882jainankitk merged 3 commits intoopensearch-project:mainfrom
Conversation
|
❌ Gradle check result for c373ab2: FAILURE Please examine the workflow log, locate, and copy-paste the failure(s) below, then iterate to green. Is the failure a flaky test unrelated to your change? |
|
❌ Gradle check result for cf04117: FAILURE Please examine the workflow log, locate, and copy-paste the failure(s) below, then iterate to green. Is the failure a flaky test unrelated to your change? |
|
@HUSTERGS update CHANGELOG please? |
Signed-off-by: gesong.samuel <gesong.samuel@bytedance.com>
|
CHANGELOG added, sorry forgot again :( need another approval, thanks @dblock |
|
❌ Gradle check result for 94f528b: FAILURE Please examine the workflow log, locate, and copy-paste the failure(s) below, then iterate to green. Is the failure a flaky test unrelated to your change? |
|
❌ Gradle check result for 94f528b: FAILURE Please examine the workflow log, locate, and copy-paste the failure(s) below, then iterate to green. Is the failure a flaky test unrelated to your change? |
* fix case insensitive query on wildcard field Signed-off-by: gesong.samuel <gesong.samuel@bytedance.com> * fix YAML test Signed-off-by: gesong.samuel <gesong.samuel@bytedance.com> * add change log Signed-off-by: gesong.samuel <gesong.samuel@bytedance.com> --------- Signed-off-by: gesong.samuel <gesong.samuel@bytedance.com> Co-authored-by: gesong.samuel <gesong.samuel@bytedance.com> (cherry picked from commit aaa92ae) Signed-off-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
* fix case insensitive query on wildcard field Signed-off-by: gesong.samuel <gesong.samuel@bytedance.com> * fix YAML test Signed-off-by: gesong.samuel <gesong.samuel@bytedance.com> * add change log Signed-off-by: gesong.samuel <gesong.samuel@bytedance.com> --------- Signed-off-by: gesong.samuel <gesong.samuel@bytedance.com> Co-authored-by: gesong.samuel <gesong.samuel@bytedance.com>
* fix case insensitive query on wildcard field * fix YAML test * add change log --------- (cherry picked from commit aaa92ae) Signed-off-by: gesong.samuel <gesong.samuel@bytedance.com> Signed-off-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com> Signed-off-by: gaobinlong <gbinlong@amazon.com> Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com> Co-authored-by: gesong.samuel <gesong.samuel@bytedance.com> Co-authored-by: gaobinlong <gbinlong@amazon.com>
* fix case insensitive query on wildcard field Signed-off-by: gesong.samuel <gesong.samuel@bytedance.com> * fix YAML test Signed-off-by: gesong.samuel <gesong.samuel@bytedance.com> * add change log Signed-off-by: gesong.samuel <gesong.samuel@bytedance.com> --------- Signed-off-by: gesong.samuel <gesong.samuel@bytedance.com> Co-authored-by: gesong.samuel <gesong.samuel@bytedance.com>
* fix case insensitive query on wildcard field Signed-off-by: gesong.samuel <gesong.samuel@bytedance.com> * fix YAML test Signed-off-by: gesong.samuel <gesong.samuel@bytedance.com> * add change log Signed-off-by: gesong.samuel <gesong.samuel@bytedance.com> --------- Signed-off-by: gesong.samuel <gesong.samuel@bytedance.com> Co-authored-by: gesong.samuel <gesong.samuel@bytedance.com>
* fix case insensitive query on wildcard field Signed-off-by: gesong.samuel <gesong.samuel@bytedance.com> * fix YAML test Signed-off-by: gesong.samuel <gesong.samuel@bytedance.com> * add change log Signed-off-by: gesong.samuel <gesong.samuel@bytedance.com> --------- Signed-off-by: gesong.samuel <gesong.samuel@bytedance.com> Co-authored-by: gesong.samuel <gesong.samuel@bytedance.com>
* fix case insensitive query on wildcard field Signed-off-by: gesong.samuel <gesong.samuel@bytedance.com> * fix YAML test Signed-off-by: gesong.samuel <gesong.samuel@bytedance.com> * add change log Signed-off-by: gesong.samuel <gesong.samuel@bytedance.com> --------- Signed-off-by: gesong.samuel <gesong.samuel@bytedance.com> Co-authored-by: gesong.samuel <gesong.samuel@bytedance.com>
Description
fix case insensitive query on wildcard field
Related Issues
Resolves #15855
Check List
By submitting this pull request, I confirm that my contribution is made under the terms of the Apache 2.0 license.
For more information on following Developer Certificate of Origin and signing off your commits, please check here.