To align with the searches that are being made we need to update the order of the entities on the Scoped Typeahead Search dropdown menu.
The order is currently:
Lexeme
Item
Property
EntitySchema
and the new order should be:
Item
Property
Lexeme
EntitySchema
Steps to reproduce
- Install Wikibase, WikibaseLexeme, WikibaseCirrusSearch, WikibaseLexemeCirrusSearch (EntitySchema is optional)
- set $wgLexemeUseCirrus = true;
- set $wgWBRepoSettings['tmpEnableScopedTypeaheadSearch'] = true;
- load any page with ?useskin=vector-2022
- click into the search input
- open the entity type dropdown
Acceptance Criteria
- The dropdown menu is updated with the entity types in the order: Item - Property - Lexeme - EntitySchema

