I had the same issue with #27 on pulling more than 500 responses. I added extra_query argument to pages_in_category() so that I can pass cmcontinue to queries. This is not a full fix for #27, but at least I can perform multiple pages_in_category() to use cmcotinue. Hope this helps a bit!
I had the same issue with #27 on pulling more than 500 responses. I added
extra_query
argument topages_in_category()
so that I can passcmcontinue
to queries. This is not a full fix for #27, but at least I can perform multiplepages_in_category()
to usecmcotinue
. Hope this helps a bit!