[5.0 beta] Showing partial list of groups in account [RESOLVED]

edited February 25, 2017
There are currently 46 groups associated with my main account, but the Choose Libraries popup only shows 25 of them, plus the default "My Library & Feeds" and "My Publications" items.

It looks like the cause is an implicit limit imposed by the API. If I run the API call generated in Zotero.Sync.APIClient.getGroups with curl, I also get a return of 25 items; but if ?limit=100 is set on the call, I get the full set of 46 groups.

I guess it needs to be doing iterative paging?
Sign In or Register to comment.