💬 Questions and Help
Hi,
I am having a problem with the AggregationsMultiTermsAggregation.
The type inside the lib as no order property, but inside the documentation it is available.
https://www.elastic.co/guide/en/elasticsearch/reference/current/search-aggregations-bucket-multi-terms-aggregation.html
/src/api/types.ts, (line 3276)
I am wondering if this discrepancy is normal, since it will be deprecated in the future.
If so what will be the new ways to order a multi terms aggregation?
Thank you for the help