Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Suggestion: mesh-ui search should not sort results by 'created" #1140

Closed
lakaimdb opened this issue Sep 30, 2020 · 1 comment
Closed

Suggestion: mesh-ui search should not sort results by 'created" #1140

lakaimdb opened this issue Sep 30, 2020 · 1 comment

Comments

@lakaimdb
Copy link

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"}}}

@Jotschi
Copy link
Contributor

Jotschi commented Sep 30, 2020

I think this issue will be adressed via gentics/mesh-ui#332.

Duplicate of gentics/mesh-ui#331

@Jotschi Jotschi closed this as completed Sep 30, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants