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

Fixes Numeric exact match queries to use range queries internally #11209

Merged
merged 18 commits into from
Jan 4, 2024
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
Remove duplicate skip
Signed-off-by: Harsha Vamsi Kalluri <[email protected]>
harshavamsi committed Dec 7, 2023
commit 1dbdfdd9a7c9cb174a827436f7e720a7f14cf32b
Original file line number Diff line number Diff line change
@@ -1,8 +1,6 @@
setup:
- skip:
features: [ "headers" ]

- skip:
version: " - 2.11.99"
reason: "searching with only doc_values was added in 2.12.0"
---