Skip to content
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

Support querying all data when number of records is more than maxRecordCount #17

Open
gavinr opened this issue Nov 12, 2015 · 2 comments

Comments

@gavinr
Copy link

gavinr commented Nov 12, 2015

myStore.query() right now will only return up to the ArcGIS Server maxRecordCount. I would expect (I'm open to hearing others perspectives though) that when I do this, the arcgis-server-store should take care of calling the /query endpoint multiple times for me, to get all my data, in this case.

@tomwayson
Copy link
Contributor

I agree that this would be a nice feature.

@DavidSpriggs
Copy link

+1 for sure. Nothing worse than a stingy AGS that you can't control.

Unfortunately the excededTransferLimit boolean was not added to the query result until 10.1 and then paging was added at 10.3 with resultOffset and resultRecordCount. And then the excededTransferLimit was not added to PAGED query results until 10.3.1 (crazy history right). This makes it a mixed bag when trying to get all records depending on the AGS version. I would propose you just go with 10.3.1 support and call it good.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants