Closed k4rth33k closed 2 years ago
That was fast! I wonder if we can figure out a decent way to test in this repo...
Am I right in thinking that maybe the nextPageToken
alone might be what we want?
Yes. Given that we cannot do much with the incompleteSearch
field other than re-trying, the intented behaviour can be implemented just with the nextPageToken
alone. I think we can go for this change.
OK like this?
@martindurant :+1:
The pagination should stop only when the
nextPageToken
field is missing and theincompleteSearch
is False Fixes #30