tuziben
Results
1
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) ```