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
Yes - I've already checked
When I did a query using the OpenSearch fuzziness special character, I noticed I get a 500 error.
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.
> 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 }
N/A
API v1.2
No response
The text was updated successfully, but these errors were encountered:
alexdunnjpl
No branches or pull requests
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
π₯ 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
The text was updated successfully, but these errors were encountered: