-
Notifications
You must be signed in to change notification settings - Fork 18
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
bug #269 [Elasticsearch] merge nested queries with the same path (jka…
…bat) This PR was merged into the 2.0-dev branch. Discussion ---------- | Q | A | ------------- | --- | Bug fix? | yes | New feature? | no | BC breaks? | no | Deprecations? | no | Tests pass? | no | Fixed tickets | #268 | License | MIT | Doc PR | Follow up to #268 Current implementation merges only single level nested fields (eg: author[].first_name, author[].last_name), not multiple level ones (item[].author[].name...). @dkarlovi Any thoughts how this can be solved? Merging is not working for HAS_CHILD queries with multiple levels as well. As this PR solves my current requirement I'm fine with single level fix, but I agree that complete solution is preferred. Unit test covering multiple level nesting case is included but failing... can be removed later. Commits ------- 1cf8cd9 bug #268 fix: merge single level nested queries with the same path
- Loading branch information
Showing
2 changed files
with
200 additions
and
26 deletions.
There are no files selected for viewing
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
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