-
Notifications
You must be signed in to change notification settings - Fork 87
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
Fix 🐛 Documents.List() #31
Conversation
- Problem: it always returned all documents regardless of query params set - Solution: perform request with the required query params vs as a payload
Hello @derekahn! Thanks for noticing this issue and fixing it! 😁 |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Thanks for your PR, interesting that we haven't seen this behavior before, and thanks for adding a simple test to catch it. I just added a simple suggestion for the test, but your PR seems to work as intended!
Co-authored-by: Samuel Jimenez <sjimenezre@gmail.com>
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM 👍
@derekahn thanks for your contribution! 🎉 |
Thank you guys for all of your hard work on this for people like myself can use ❤️. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Seems okay good jobs and thanks you for the catch :D
Problem
It always returned all documents regardless of query params set
Solution
perform request with the required query params vs as a payload