From the image below we see that sometimes Advanced Picker sorting can be broken.
Unless specified in the Picker ViewState it should always be sorted alphabetically.
Steps to reproduce:
1. Open the Modules/QuickSearch/Tests/QuuickSearch test project.
2. Open the scene "Scenes/TestScene.unity".
3. Select ObjectWithMultiplePickers.
4. In the inspector, click on the "Parent SO" object selector.
5. Notice the order of the result items.
Note that closing the picker and reopening the picker seems to fix the issue.
Actual results:
Results are not ordered by name.
Expected results:
Results are ordered by name.
Reproducible with versions: 6000.0.55f1, 6000.1.15f1, 6000.2.4f1, 6000.3.0b2, 6000.4.0a1
Not reproducible with versions:
Can’t test with versions:
Tested on (OS): Windows 11
Notes:
A user has posted about this here: https://discussions.unity.com/t/search-index-performance-on-asset-selection/1670263