Hi,
When using Completion Suggester with a Context, i note it is not possible to context_type field as an indexing field (lowercase or uppercase ....).
To test, you can use the same example in doc :
https://www.elastic.co/guide/en/elasticsearch/reference/current/search-suggesters.html#context-suggester
Search for is OK :
...
"contexts": {
"place_type": [ "cafe"]
}
but KO for :
...
"contexts": {
"place_type": [ "Cafe"]
}
.....
Can someone explane me what it is not working.
Thanks