Hi
i am running a search with accent "chín*" i am using query string but i
don't get any hits
if i use prefix then i get the correct number of results
is there any problem with query string and it is unable to handle search
with accent?
here are both search json
{
"query": {
"query_string": {
"query": "chín*",
"fields": [],
"use_dis_max": false,
"default_operator": "and",
"allow_leading_wildcard": false
}
}
}
{
"query": {
"multi_match": {
"query": "ch?n*",
"fields": [],
"type": "phrase_prefix",
"max_expansions": 100,
"tie_breaker": 0,
"zero_terms_query": "NONE"
}
}
}
--
You received this message because you are subscribed to the Google Groups "elasticsearch" group.
To unsubscribe from this group and stop receiving emails from it, send an email to elasticsearch+unsubscribe@googlegroups.com.
To view this discussion on the web visit https://groups.google.com/d/msgid/elasticsearch/fe9cc25d-7df9-4b65-b9bf-ae43ba5ce054%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.