Details
-
Bug
-
Resolution: Fixed
-
Major
-
16.10.0
-
None
-
Unit, Integration
-
Unknown
-
N/A
-
N/A
-
Description
Steps to reproduce:
- Create a page/space SortDemo
- Within that space, create three pages in that order:
- Title: "Sortcheck Mango", name: "aaa"
- Title: "Sortcheck Apple", name: "mmm"
- Title: "Sortcheck Zebra", name: "zzz"
- Go to "Application Within Minutes" and start creating an application.
- Enter any name like "SortcheckApp" and continue to the next step.
- Add a "Page" field. In the preview, type "Sortcheck" and check the order of the suggestions:
Expected result:
The suggestions are displayed in alphabetic order, independent of the database. Note: the order is also modified in the UI based on the match. The page titles are chosen to be of the same length to have the same match score, in which case the order from the server is used.
Actual result:
The suggestions are displayed in a different order, that also varies depending on the database (according to CI results, it should be different on MariaDB/MySQL vs. the other databases.
