I have a problem with the Wikidata API which I cant figure out. I'm searching if a Wikipedia article exists for a given landmark.
For example the temple "Tiger's Nest" in Bhutan.
The temple's name on Wikipedia is "Paro Taktsang", but if you search with the searchbox at the upper right corner on Wikipedia homepage for "Tiger's nest", it will find the page of "Paro Taktsang". Like it should.
But my bot uses Wikidata to search for pages of landmarks. When my bot searches for the name Wikipedia uses ("Paro Taktsang") it will find the data I need:
Click here for result of this url:
http://www.wikidata.org/w/api.php?
action=wbgetentities
&sites=enwiki
&titles=Paro Taktsang
&languages=en
&format=xml
But, when I search for "Tiger's Nest" it doesn't find anything. How can I search Wikidata like Wikipedia's search function. So "Tiger's Nest" will redirect me to "Paro Taktsang"?