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
I had some questions about the API search service:
I run this query:
https://pds.nasa.gov/api/search-atm/1.0/products?limit=10&q=(target_name%20eq%20%22Mars%22)
but I don't get any results, however, when I run this query:
https://pds.nasa.gov/api/search-atm/1.0/products?limit=10&q=(target_name%20ne%20%22Mars%22)
I do get Mars results.
Can you please tell me what I'm doing wrong?
The text was updated successfully, but these errors were encountered:
Bug initially reported by Irma Trejo from atmosphere node.
Sorry, something went wrong.
@tloubrieu-jpl
From a change @jordanpadams may have approved it seems that eq has change to like.
This ticket is closed as a duplicate of #134
al-niessner
No branches or pull requests
🐛 Describe the bug
I had some questions about the API search service:
I run this query:
https://pds.nasa.gov/api/search-atm/1.0/products?limit=10&q=(target_name%20eq%20%22Mars%22)
but I don't get any results, however, when I run this query:
https://pds.nasa.gov/api/search-atm/1.0/products?limit=10&q=(target_name%20ne%20%22Mars%22)
I do get Mars results.
Can you please tell me what I'm doing wrong?
The text was updated successfully, but these errors were encountered: