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
Hi, I would like to emulate this browser query (fq=maintainer:Comune\%20di\%20Arezzo) in the shell.
fq=maintainer:Comune\%20di\%20Arezzo
It works in the browser, but if I run
ckanapi -r https://dati.gov.it/opendata/ search datasets fq='(maintainer:"Comune\ di\ Arezzo")'
I have 504 error. What's wrong in my command?
504
Strangely the same query works via action:
ckanapi -r https://dati.gov.it/opendata/ action package_search fq='(maintainer:"Comune\ di\ Arezzo")'
Thank you
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Hi,
I would like to emulate this browser query (
fq=maintainer:Comune\%20di\%20Arezzo
) in the shell.It works in the browser, but if I run
I have
504
error. What's wrong in my command?Strangely the same query works via action:
Thank you
The text was updated successfully, but these errors were encountered: