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

API docs mismatch with the implementation of filter queries. #228

Closed
mik373 opened this issue Jan 22, 2016 · 1 comment
Closed

API docs mismatch with the implementation of filter queries. #228

mik373 opened this issue Jan 22, 2016 · 1 comment

Comments

@mik373
Copy link
Contributor

mik373 commented Jan 22, 2016

The docs claim that authorities and destinations GET API calls can be filtered using the filter query param:

filter – key value pair. format is k=v;

But the actual implementation splits k and v using ';' characters in the corresponding service.py

if filt:
terms = filt.split(';')

I got my queries working using ; but the docs are wrong.

@kevgliss
Copy link
Contributor

This should be fixed. Thanks!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants