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
Gentics Mesh Version, operating system, or hardware.
v1.70
Operating System
Docker image
Problem
Sorting search results in mesh-ui by 'created' leads to less relevant results being show at the top of the list. Most relevant results might get supressed.
Reproducer
Just use the search functionality of the mesh-ui. This invokes a elastic query like so {"query":{"query_string":{"query":"react"}},"sort":[{"created":"asc"}]}
Expected behaviour and actual behaviour
{"query":{"query_string":{"query":"react"}}}
The text was updated successfully, but these errors were encountered:
Gentics Mesh Version, operating system, or hardware.
Operating System
Problem
Sorting search results in mesh-ui by 'created' leads to less relevant results being show at the top of the list. Most relevant results might get supressed.
Reproducer
Just use the search functionality of the mesh-ui. This invokes a elastic query like so
{"query":{"query_string":{"query":"react"}},"sort":[{"created":"asc"}]}
Expected behaviour and actual behaviour
{"query":{"query_string":{"query":"react"}}}
The text was updated successfully, but these errors were encountered: