I'm preforming a query search using Wikipedia API, but the results I'm getting don't seem to be very relevant, unless the search term is exact.
So, for example, when I'm searching for "Pink floy" using the following get request, I would expect to get "Pink Floyd" as the first result, but I'm not getting it (at all):
Using Opensearch the results make much more sense, if I'm using the following link: https://en.wikipedia.org/w/api.php?format=json&action=query&list=allpages&apprefix=pink%20floy
The problem is that in Opensearch I don't get the extra information I need.
Is there a way to get the results like in Opensearch, but getting all the additional info as I can get in query?