Hi David,
I am executing below query and it is giving me result in which does not have value - 1Z74W6A90342550699 . Elastic version is 6.2
GET testindex/_search
{
"query": {
"bool": {
"must": [
{
"simple_query_string": {
"query": "1Z74W6A90342550699"
}
}
]
}
}
}
Thanks,
Gopal