Results 3 comments of tuziben

You could use CustomQuery ``` queryString := map[string]interface{}{ "query_string": map[string]interface{}{ "query": "(new york city) OR (big apple)", "analyze_wildcard": true, }, } esquery.CustomQuery(queryString) ```

It's still reproducible with this commit https://github.com/quickwit-oss/quickwit/pull/4930.

another 400 case response from CURL ``` { "status": 400, "error": { "caused_by": null, "reason": "failed to parse query: `uri:\"/abcd\" AND upstream_addr:*:9015`", "stack_trace": null, "type": null } } ``` Response...