Support for aggregation/filtering on nested objects
See original GitHub issueWe need some support for aggregating and filtering on nested objects in ES. Per discussions on the searchkit chat, the proposition was adding a NestedMenuFilter
component to handle this use case.
@GregoryPotdevin brought up that there may be api changes needed to support this feature.
Issue Analytics
- State:
- Created 7 years ago
- Comments:19 (9 by maintainers)
Top Results From Across the Web
How to filter nested objects in nested aggregation
If it is a nested field, you can filter searchByName.name not within the "query" clause, but using filter aggregation under the nested ......
Read more >MongoDB aggregation filtering of a nested object
I need to filter an array of nested objects and only return those which have active.email set to true. So far I have...
Read more >Filtering on a deeper nested object within a nested aggregation
I realise I could do another nested aggregation onto checkitems, filter on check type and reverse nest back up. That works for this...
Read more >Filtering a nested array of subdocuments without - MongoDB
I have a collection with a nested array of subdocuments. I'd like to filter out the subdocuments in this nested array that have...
Read more >Search and Filtering - GraphQL - Dgraph
You can also filter nested objects while querying for a list of objects. For example, the following query fetches all of the authors...
Read more >
Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free
Top Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found
@ssetem I think nested aggregation should apply reverse nested
As right now, the field returns the count of the inner-hits / nested documents and not the count of main / parent documents
going to close as implemented.
Reverse nested will be tracked in #351