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

Exist queries match subpath fields #2558

Merged
merged 3 commits into from
Jan 6, 2025
Merged

Exist queries match subpath fields #2558

merged 3 commits into from
Jan 6, 2025

Conversation

rdettai
Copy link
Contributor

@rdettai rdettai commented Dec 11, 2024

Assuming the following document where myfield is a JSON fast field:

{
  "myfield": {
    "mysubfield": "hello"
  }
}

"exists" queries on myfield now also match the document

@rdettai rdettai self-assigned this Dec 11, 2024
@rdettai
Copy link
Contributor Author

rdettai commented Dec 11, 2024

This is a prerequisite to handle the fast field case in quickwit-oss/quickwit#5560

@rdettai rdettai force-pushed the exists-subfield branch 8 times, most recently from 4479d95 to 1a25b61 Compare December 16, 2024 15:27
@rdettai rdettai requested a review from fulmicoton December 23, 2024 18:43
@fulmicoton fulmicoton merged commit 71cf198 into main Jan 6, 2025
4 checks passed
@fulmicoton fulmicoton deleted the exists-subfield branch January 6, 2025 09:17
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants