Elastic searh Query problem

Hi all i have this query and when i un it i get some result error

{
"query": {
"bool": {
"must": [
{
"range": {
"timestamp":{"from" : "01/01/2015 00:00:00.0", "to" : "12/01/2015 23:59:59.999" }
}
}
]
}
}
}

By this query in the correct way normalemently i get all recored between 01/01/2015 and 12/01/2015, but here i get some wrongs results i get recods related to timestamp 2018 and other error dates.
can you help me please if the query in eror or maybe i chage the query syntax

can you provide a full reproduction including index/mapping/document creation. Thanks!

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