Closed damianoporta closed 7 years ago
Hello, i need to use a custom filter inside the sort, is this supported? This is a piece of my query:
"sort" : [ { "applications.companies.date" : { "mode" : "max", "order" : "desc", "nested_path" : "applications.companies", "nested_filter" : { "term" : { "applications.companies.id" : 41 } } } } ]
ref: https://www.elastic.co/guide/en/elasticsearch/reference/current/search-request-sort.html
If it is not supported, any workaround? Thanks!
Have you tried passing an array in that format?
Closing for inactivity.
Hello, i need to use a custom filter inside the sort, is this supported? This is a piece of my query:
ref: https://www.elastic.co/guide/en/elasticsearch/reference/current/search-request-sort.html
If it is not supported, any workaround? Thanks!