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 Jun 1, 2021. It is now read-only.
When performing a suggestion search the results are sorted by doc count by default. A suggestion search like "Lights On" will return all results which contains "lights*", "on*" and "lights* on*" where most probably a shorter term containing "on" will have more hits therefore returned first.
Expected behavior
When creating a suggestion search it should be possible to define a sorting by longest matching term
The text was updated successfully, but these errors were encountered:
Current behavior
When performing a suggestion search the results are sorted by doc count by default. A suggestion search like "Lights On" will return all results which contains "lights*", "on*" and "lights* on*" where most probably a shorter term containing "on" will have more hits therefore returned first.
Expected behavior
When creating a suggestion search it should be possible to define a sorting by longest matching term
The text was updated successfully, but these errors were encountered: