gentics / mesh

Gentics Mesh - The open source headless CMS for developers

Home Page:https://getmesh.io

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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

lakaimdb opened this issue · comments

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

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

Duplicate of gentics/mesh-ui#331