Page MenuHomePhabricator

Cleanup: Move ScopedTypeaheadSearch ResourceLoader module to repo/resources/Resources.php
Open, Needs TriagePublic

Description

In Add feature flag for ScopedTypeaheadSearch, we temporarily registered the wikibase.vector.scopedTypeaheadSearch ResourceLoader module in RepoHooks. Once the feature is sufficiently stable, we should move it to repo/resources/Resources.php, like most of the other ResourceLoader modules. (This may include replacing the existing wikibase.vector.searchClient module, in which case the total number of RL modules would stay the same, but that remains to be seen.)

Event Timeline

Arian_Bozorg changed the task status from Open to Stalled.Apr 16 2025, 8:38 AM

Stalled waiting on T390760

ArthurTaylor changed the task status from Stalled to Open.May 16 2025, 7:59 AM

Should this be done when we remove the feature flag (as it mentions maybe also changing the wikibase.vector.searchClient module) or just now? IMO it would make more sense to do this only once, when we feel comfortable removing the tmp feature flag.