Numeric value in query_string

{
"size":0,
"query":{
"query_string":{
"default_field" : "machinename",
"query": "clm-pun",
"default_operator":"AND"
}
}
I am able to search all the machine names (e.g. clm-pun-03857,clm-pun-03452) from above query.
But when a user change query to clm-pun-03 (number at the end), then it doesn't result any output ?

Can you tell us how the field machinename is mapped?

This topic was automatically closed 28 days after the last reply. New replies are no longer allowed.