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
How can one reproduce the bug?
Steps to reproduce the behavior:
Upload dataset with index mapping.
Run SQL query.
Verify Results.
What is the expected behavior?
The hits portion of the response is sorted, and the inner_hits portion is not sorted. The inner_hits could be sorted, but this would be two separate sorts and all returned data would not be one contiguous sort. Perhaps an in-memory solution may be the only fix here.
What is your host/environment?
OS: IOS
Version: 13.4.1
Plugins: SQL
Do you have any screenshots?
N/A
Do you have any additional context?
Legacy engine bug.
The text was updated successfully, but these errors were encountered:
What is the bug?
Sorting on nested fields does not sort
inner_hits
of response.Dataset:
Mapping:
Query:
Response:
How can one reproduce the bug?
Steps to reproduce the behavior:
What is the expected behavior?
The hits portion of the response is sorted, and the
inner_hits
portion is not sorted. Theinner_hits
could be sorted, but this would be two separate sorts and all returned data would not be one contiguous sort. Perhaps an in-memory solution may be the only fix here.What is your host/environment?
Do you have any screenshots?
N/A
Do you have any additional context?
Legacy engine bug.
The text was updated successfully, but these errors were encountered: