Page MenuHomePhabricator

Add wikibase:identifiers to WDQS UI auto-completion
Closed, ResolvedPublicFeature

Description

WDQS UI provides auto-completion for several keywords, like wikibase:statements or wikibase:sitelinks. However, the keyword wikibase:identifiers, which provides the number of external ids for an item, is missing.

Steps:

  • Go to https://query.wikidata.org/
  • Start typing a query, like SELECT * { wd:Q1084 wikibase: }
  • Put the focus right after wikibase:
  • Press Ctrl + Space to list available keywords from auto-completion
  • The keyword wikibase:identifiers should be available, making it easier to write the following query: SELECT * { wd:Q1084 wikibase:identifiers ?identifiers }

This feature would simplify the writing of queries on WDQS.

Event Timeline

Makese sense.

Things to check: Are there other things we should be adding at the same time?

Makese sense.

Things to check: Are there other things we should be adding at the same time?

Re: MM conversation: no additional things to add at this time

Change 866434 had a related patch set uploaded (by Noa wmde; author: Noa wmde):

[wikidata/query/gui@master] Add wikibase:identifiers to WDQS UI autocompletion

https://gerrit.wikimedia.org/r/866434

Change 866434 merged by jenkins-bot:

[wikidata/query/gui@master] Add wikibase:identifiers to WDQS UI autocompletion

https://gerrit.wikimedia.org/r/866434

Change 866562 had a related patch set uploaded (by Lucas Werkmeister (WMDE); author: WDQSGuiBuilder):

[wikidata/query/gui-deploy@production] Merging from 49a000e01c7d667659ec08d4c052780b048546e2

https://gerrit.wikimedia.org/r/866562

Change 866562 merged by Lucas Werkmeister (WMDE):

[wikidata/query/gui-deploy@production] Merging from 49a000e01c7d667659ec08d4c052780b048546e2

https://gerrit.wikimedia.org/r/866562

This looks all good from me \o/

Thanks so much!