Page MenuHomePhabricator

WikibaseLexemeCirrusSearch: Remove calls to WikibaseRepo::getUserLanguage from LexemeFullTextQueryBuilder
Open, Needs TriagePublic

Description

Currently, the LexemeFullTextQueryBuilder factory method calls the deprecated UserLanguage service from WikibaseRepo. In order to retire this service, we will need to find a way to obtain the language in a more appropriate way, possibly by utilizing MediaWiki globals directly.