I'm using this API request:
which delivers 50
results. I want to use the 'continue' parameter to get the next page of results. According to the documentation I should get a continue
field back in the results. I don't get any such result so can't get the next page.
Does anyone have any suggestions?
Dave, as @svick says, it seems list=geosearch
(which is part of extension:GeoData) does not support continuation; indeed, it actually returns a "batchcomplete" element to indicate no more results (see in human-readable form).
I think you should either just get the maximum number of results (500 for users, 5000 for bots on Wikipedia), or if that's not satisfactory for your use case (which is?), pipe in at task T78703. (Or, if you believe it to be a separate issue, report a new bug.