Hi,
I am trying to make a dynamic query in node.js...
body: {
"query": {
"range": {
"timestamp": {
"lte": end,
"gte": start
}
}
}
}
}
start and end are a local variables wich i wanna put in the body ?
Is there any clue?
Thank you!
Hi,
I am trying to make a dynamic query in node.js...
body: {
"query": {
"range": {
"timestamp": {
"lte": end,
"gte": start
}
}
}
}
}
start and end are a local variables wich i wanna put in the body ?
Is there any clue?
Thank you!
© 2020. All Rights Reserved - Elasticsearch
Apache, Apache Lucene, Apache Hadoop, Hadoop, HDFS and the yellow elephant logo are trademarks of the Apache Software Foundation in the United States and/or other countries.