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
{{ message }}
This repository has been archived by the owner on Aug 2, 2022. It is now read-only.
In the DSL query, the term is ordered by _count in desc order and key in asc order. There are two choice to fix this issue
1> remove the _count desc
2> make "_key" : "asc" prior to the _cound desc
Issue
The ORDER BY clause doesn't sort the result in alphabet order.
The text was updated successfully, but these errors were encountered: