-
Notifications
You must be signed in to change notification settings - Fork 38
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
Bug fixes for search functionality #274
Conversation
A bug in CRUD for both Search Subjects and Entries caused parameters to be lost before the request was sent, resulting in errors from Globus Search.
See the globus-sdk-python/globus_sdk/base.py Lines 404 to 444 in 1672d3c
I'm going to close this out, since we don't want this patch, but please open an issue with the actual bug details so that we can dig into this. |
Oh, wow! Someone just pointed out to me that I got this totally wrong. |
Yes, this looks correct, now that I take a closer look at it. There aren't any tests for this, so I'll go ahead and merge without waiting for the testsuite to run. |
Thanks! |
A bug in CRUD for both Search Subjects and Entries caused parameters
to be lost before the request was sent, resulting in errors from
Globus Search.