### 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_