-
-
Notifications
You must be signed in to change notification settings - Fork 129
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
Querying nested fields #36
Comments
Looking at the code I could not find a nest query type so the error is correct. I suppose you will need something along the lines of a nested aggregation for queries as well. |
There is a |
Nested filters have been removed in 2.x. So the filter would only be appropriate in 1.x. |
I am adding a nested query in for something I am working on and send a pull request when done. |
I se this is still open. Do you mind if i send a pull request and try to work on it. |
@parthdesai93 sounds great to me! |
+1 |
We're trying out a new approach to composing builders, which would also include the ability to write nested queries. Check out the experimental branch #71 if you're interested and to leave any feedback you may have. |
The next version of bodybuilder will support
And see this example for its usage. If this doesn't solve your issue please reopen! |
Attempting to do something along the lines of this:
https://www.elastic.co/guide/en/elasticsearch/guide/current/nested-query.html
Got the follow error when attempting to use
nested
as a query type:Query type nested not found.
Any way to query nested fields?
The text was updated successfully, but these errors were encountered: