We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
When using a "not" filter, the string part "¬" is replaced by a ¬ character in the generated filter URLs, breaking all the filter links.
Example: http://api.npolar.no/publication/?q=&filter-published_sort=2014-01-01T00%3A00%3A00Z..2014-12-31T23%3A59%3A59Z¬-draft=yes¬-state=submitted&facets=publication_type,publication_lang,state,topics,area,hemisphere,placename,location
The text was updated successfully, but these errors were encountered:
Good catch, thought only I knew of this weird and inexplicable bug...
Sorry, something went wrong.
We should deprecate not and introduce "no" as the new "not" like "no-x":"y" (or "reject"?)
No branches or pull requests
When using a "not" filter, the string part "¬" is replaced by a ¬ character in the generated filter URLs, breaking all the filter links.
Example:
http://api.npolar.no/publication/?q=&filter-published_sort=2014-01-01T00%3A00%3A00Z..2014-12-31T23%3A59%3A59Z¬-draft=yes¬-state=submitted&facets=publication_type,publication_lang,state,topics,area,hemisphere,placename,location
The text was updated successfully, but these errors were encountered: