-
-
Notifications
You must be signed in to change notification settings - Fork 16
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
GeoSearchGenerator does not support query continuation #64
Comments
I think the current mitigation we only have is to use a larger |
The only workaround I can think of is to implement an area breakdown when limit is reached in this case. |
That should help. However, IMO this is not general enough for WCL to implement a common logic to fill this gap. This approach does not applies to the search by radius. I've pinged in T78703 and am going to see what happens. Before that, if necessary, you may need to implement the rectangle break-down logic by yourself. |
@CXuesong thanks again for the super quick response and detailed investigation of the issue. |
Currently,
GeoSearchGenerator
does not support query continuation, because MW APIaction=query&list=geosearch
does not support so. This is tracked by phab:T95241 and phab:T78703.Example response of https://en.wikipedia.org/w/api.php?action=query&maxlag=5&list=geosearch&gsradius=10&gsprimary=primary&gslimit=2&gsbbox=32.15%7C34.75%7C32%7C34.9
The text was updated successfully, but these errors were encountered: