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

Documentation references OpenSearch Simple Query String but Registry API does not support that #269

Open
jordanpadams opened this issue Aug 4, 2023 · 0 comments
Assignees
Labels
bug Something isn't working needs:triage open.14.0.0

Comments

@jordanpadams
Copy link
Member

Checked for duplicates

Yes - I've already checked

πŸ› Describe the bug

When I did a query using the OpenSearch fuzziness special character, I noticed I get a 500 error.

πŸ•΅οΈ Expected behavior

I expected the query to work, or the documentation to be more specific and tell me what it actually supports from OpenSearch simple query string.

πŸ“œ To Reproduce

> curl --get 'https://pds.nasa.gov/api/search/1/products' \
    --data-urlencode 'q=(pds:Time_Coordinates.pds:local_mean_solar_time like "Sol~2")'

{
   "error" : "Internal Server Error",
   "path" : "/products",
   "status" : 500,
   "timestamp" : 1691178332842
}

πŸ–₯ Environment Info

N/A

πŸ“š Version of Software Used

API v1.2

🩺 Test Data / Additional context

No response

πŸ¦„ Related requirements

No response

βš™οΈ Engineering Details

No response

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working needs:triage open.14.0.0
Projects
Status: ToDo
Development

No branches or pull requests

3 participants