We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
limit
I'm on python 3.6.10 and using the latest habanero version (0.7.4)
the limit option doesn't seem to be working.
cr.members(ids=2984, works=True, facet="issn:*", limit=0) returns the default 20 items.
cr.members(ids=2984, works=True, facet="issn:*", limit=0)
wondering if this has to do with the mismatch between keywords limit & rows?
rows
The text was updated successfully, but these errors were encountered:
thanks for the report - having a look
Sorry, something went wrong.
9284f2c
@Bubblbu reinstall from here and try again
No branches or pull requests
I'm on python 3.6.10 and using the latest habanero version (0.7.4)
the
limit
option doesn't seem to be working.cr.members(ids=2984, works=True, facet="issn:*", limit=0)
returns the default 20 items.wondering if this has to do with the mismatch between keywords
limit
&rows
?The text was updated successfully, but these errors were encountered: