You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Per discussion in #58 ... es_search does not currently support reverse_nested aggregations. Well, technically it might support them but we have no tests around that.
To be honest I have no idea how those aggregations work, but would love for someone knowledgable to try adding support. Reference on them:
Add code to our integration tests that create a structure in our test ES cluster that even allows this type of query (might require figuring out which versions of Elasticsearch actually support reverse_nested stuff)
Create tests that confirm expected results for queries with reverse_nested stuff in them
The text was updated successfully, but these errors were encountered:
Per discussion in #58 ...
es_search
does not currently supportreverse_nested
aggregations. Well, technically it might support them but we have no tests around that.To be honest I have no idea how those aggregations work, but would love for someone knowledgable to try adding support. Reference on them:
https://www.elastic.co/guide/en/elasticsearch/reference/current/search-aggregations-bucket-reverse-nested-aggregation.html
Requirements for closing this issue:
reverse_nested
stuff)reverse_nested
stuff in themThe text was updated successfully, but these errors were encountered: