mozilla / ActiveData

Provide high speed filtering and aggregation over data
Mozilla Public License 2.0
31 stars 20 forks source link

Nested is not sorted #124

Closed klahnakoski closed 5 years ago

klahnakoski commented 5 years ago

example

{ "from":"debug-etl", "select":["params.key","timestamp"], "where":{"and":[ {"prefix":{"params.bucket":"active-data-test"}}, {"prefix":{"template":"Indexing {{key}} from bucket"}}, {"prefix":{"params.key":"tc.2142014"}} ]}, "limit":100, "sort":"timestamp" }

klahnakoski commented 5 years ago

https://www.elastic.co/guide/en/elasticsearch/reference/current/search-request-sort.html#nested-sorting

klahnakoski commented 5 years ago

this is fixed