I\'m using wbsearchentities (wikidata api) in a python request and I\'m wondering why returned results are not the same that those seen on Wikidata. For example, the followi
The search box in the top right of Wikidata uses the wbsearchentities API module to provide the auto suggestion dropdown search.
If you press enter after entering your search instead of clicking on one of the suggestions you will end up on the Special:Search page.
As you can see they API result returns no results but the special page does.
That is due to these searches working in entirely different ways.