Problem:
The auto-completion suggestions in WDQS are not aware of the new mul language code fallbacks (see T285156).
Solution:
we would change the completion
SERVICE wikibase:label { bd:serviceParam wikibase:language "[AUTO_LANGUAGE],en". }
to
SERVICE wikibase:label { bd:serviceParam wikibase:language "[AUTO_LANGUAGE],mul,en". }
(see for context T304976)
Note:
Only do this after mul is enabled on Wikidata.
Acceptance criteria:
- The auto-completion suggestions in the WDQS GUI code are updated to mul language code fallbacks.