-
Notifications
You must be signed in to change notification settings - Fork 282
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] When excluding fields also exclude the term + .keyword
#2377
Merged
Conversation
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Signed-off-by: Peter Nied <[email protected]> (cherry picked from commit 1ec875c)
Codecov Report
@@ Coverage Diff @@
## 2.x #2377 +/- ##
============================================
+ Coverage 61.05% 61.17% +0.12%
- Complexity 3250 3259 +9
============================================
Files 258 258
Lines 18131 18132 +1
Branches 3232 3232
============================================
+ Hits 11070 11093 +23
+ Misses 5489 5469 -20
+ Partials 1572 1570 -2
Help us with your feedback. Take ten seconds to tell us how you rate us. Have a feature suggestion? Share it here. |
Signed-off-by: Peter Nied <[email protected]>
RyanL1997
approved these changes
Jan 5, 2023
peternied
added a commit
that referenced
this pull request
Jan 6, 2023
…d` (#2378) * [Backport 2.x] When excluding fields also exclude the term + `.keyword` (#2377) (cherry picked from commit b9652fe) * Switch to transport client for 1.x Signed-off-by: Peter Nied <[email protected]> Signed-off-by: Peter Nied <[email protected]> Co-authored-by: opensearch-trigger-bot[bot] <98922864+opensearch-trigger-bot[bot]@users.noreply.github.com> Co-authored-by: Peter Nied <[email protected]>
opensearch-trigger-bot bot
added a commit
that referenced
this pull request
Jan 6, 2023
…d` (#2378) * [Backport 2.x] When excluding fields also exclude the term + `.keyword` (#2377) (cherry picked from commit b9652fe) * Switch to transport client for 1.x Signed-off-by: Peter Nied <[email protected]> Signed-off-by: Peter Nied <[email protected]> Co-authored-by: opensearch-trigger-bot[bot] <98922864+opensearch-trigger-bot[bot]@users.noreply.github.com> Co-authored-by: Peter Nied <[email protected]> (cherry picked from commit cb81cc6)
peternied
added a commit
to peternied/security
that referenced
this pull request
Jan 10, 2023
…d` (opensearch-project#2378) * [Backport 2.x] When excluding fields also exclude the term + `.keyword` (opensearch-project#2377) (cherry picked from commit b9652fe) * Switch to transport client for 1.x Signed-off-by: Peter Nied <[email protected]> Signed-off-by: Peter Nied <[email protected]> Co-authored-by: opensearch-trigger-bot[bot] <98922864+opensearch-trigger-bot[bot]@users.noreply.github.com> Co-authored-by: Peter Nied <[email protected]>
wuychn
pushed a commit
to ochprince/security
that referenced
this pull request
Mar 16, 2023
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Backport 1ec875c from #2375