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
Allow user search with multiple attributes #21
Comments
The documentation for that endpoint says:
Where and why this endpoint should support more than one query parameter? |
The failing test: eca-auth-data/authdata/tests/test_views.py Line 289 in c37e991
|
We discussed about this with @derega and came to the conclusion that it would be better to do the tests at this point only with one attribute. In other words mpass-data works so that |
Currently query
/api/1/user?dreamschool=123&foo=bar
filters UserAttributes by only picking either of the parameters (randomly).DoD: User queryset is filtered using all GET parameters
Ref:
eca-auth-data/authdata/views.py
Line 144 in c37e991
This is the reason why following test failed: https://travis-ci.org/educloudalliance/eca-auth-data/jobs/102996338
The text was updated successfully, but these errors were encountered: