Skip to content

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

@jordanpadams

Description

@jordanpadams

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

Metadata

Metadata

Assignees

Type

No type

Projects

Status

ToDo

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions