Is this kind of query still not supported.
This won't work.
"query_string": {
"fields": [
"nickname"
],
"query": "content:\"hello\" AND \"Rodan Fields?\"",
"default_operator": "AND"
}
Writing "slop" like this won't work
"query_string": {
"fields": [
"nickname"
],
"query": "content:\"hello\" AND Rodan Fields?~2",
"default_operator": "AND"
}