When we are searching Wikidata (e.g. Special:Search) we have several things we want to see in the result:
- Title (which is Q-id)
- Label (with highlighting)
- Alias if the alias was matched, with highlighting
- Description (with highlighting if match happened there)
However, currently both action=query&list=search API and runSearch.php return only title, label snippet and description snippet. We want to improve this and make it possible to get more data on Wikidata from it.