I cant seem to get the "_name"
parameter to work in my query, when I run it on a Bonsai hosted elasticsearch(same happened on a Searchly service). Did anyone have the same problem?
This exact query works in my local elasticsearch, it returns the "matched_queries" with "test" inside. But as soon as I switch the URL to the hosted service, it does not:
{
"query": {
"match": {
"name": {
"query": "hamburguer",
"_name": "test"
}
}
}
}