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

unexpected behavior with q= query #144

Closed
tloubrieu-jpl opened this issue Jun 2, 2022 · 3 comments
Closed

unexpected behavior with q= query #144

tloubrieu-jpl opened this issue Jun 2, 2022 · 3 comments
Assignees
Labels
B13.0 bug Something isn't working duplicate This issue or pull request already exists s.high High severity

Comments

@tloubrieu-jpl
Copy link
Member

🐛 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?

@tloubrieu-jpl
Copy link
Member Author

Bug initially reported by Irma Trejo from atmosphere node.

@al-niessner
Copy link
Contributor

al-niessner commented Jun 10, 2022

@tloubrieu-jpl

From a change @jordanpadams may have approved it seems that eq has change to like.

@tloubrieu-jpl
Copy link
Member Author

This ticket is closed as a duplicate of #134

@tloubrieu-jpl tloubrieu-jpl added the duplicate This issue or pull request already exists label Jul 27, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
B13.0 bug Something isn't working duplicate This issue or pull request already exists s.high High severity
Projects
None yet
Development

No branches or pull requests

3 participants