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

like queries don't work with prefixed wildcards #425

Open
jordanpadams opened this issue Mar 28, 2024 · 0 comments
Open

like queries don't work with prefixed wildcards #425

jordanpadams opened this issue Mar 28, 2024 · 0 comments
Assignees
Labels
B15.0 bug Something isn't working s.medium Medium level severity

Comments

@jordanpadams
Copy link
Member

jordanpadams commented Mar 28, 2024

Checked for duplicates

Yes - I've already checked

πŸ› Describe the bug

lid like "urn:nasa:pds:lro_lola*" works but lid like "*lro_lola*" does not

πŸ•΅οΈ Expected behavior

I expected both to work (the second maybe even return a lot more data...

πŸ“œ To Reproduce

https://pds.nasa.gov/api/search/1/products?q=(product_class%20eq%20%22Product_Observational%22%20and%20lid%20like%20%22urn:nasa:pds:lro_lola*%22)

https://pds.nasa.gov/api/search/1/products?q=(product_class%20eq%20%22Product_Observational%22%20and%20lid%20like%20%22*lro_lola*%22)

πŸ–₯ Environment Info

Chrome

πŸ“š Version of Software Used

No response

🩺 Test Data / Additional context

See URLs above

πŸ¦„ Related requirements

βš™οΈ Engineering Details

No response

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
B15.0 bug Something isn't working s.medium Medium level severity
Projects
Status: Release Backlog
Status: ToDo
Development

No branches or pull requests

2 participants