Hi,
What about a simple query string query like this:
{
"_source":true,
"query":{
"simple_query_string":{
"query":"i-m*",
"default_operator":"AND"
}
}
}
This should match "Robin's i-mac is nice.", but I get no results. Why?
Roeland