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

KV Grep Actions only process 100 items #23

Open
jamesdreid opened this issue Nov 30, 2020 · 0 comments
Open

KV Grep Actions only process 100 items #23

jamesdreid opened this issue Nov 30, 2020 · 0 comments
Labels

Comments

@jamesdreid
Copy link

The kv.grep and kv.grep_object actions do not pass a "limit=-1" value to the API client so the number of records returned from the keystore are limited by the API server to the default of 100 records. As such, the "grep" function will not search all of the records in the keystore to check for the query.

@arm4b arm4b added the bug label Nov 30, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

2 participants