Suggestion: mesh-ui search should not sort results by 'created"
lakaimdb opened this issue · comments
lakaimdb commented
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"}}}
Johannes Schüth commented
I think this issue will be adressed via gentics/mesh-ui#332.
Duplicate of gentics/mesh-ui#331