Page MenuHomePhabricator

Allow the SearchEntities module to act as a generator to the GetEntities module
Open, Needs TriagePublic

Description

MediaWiki's API allows the output of "generator" modules to be used as the input for "props" modules. However, this is currently based on lists of page titles. We'd want that mechanism to work on Entity IDs. Once that works, SearchEntities and GetEntities should be adapted to make use of the new mechanism.