Search timestamp version 2.5.0 #118
-
|
Hi, I'm trying to use the search module but always fail and the error that came is: "error: a value is required for '--timestamp ' but none was supplied" and the documentation just said: "--timestamp The field that contains the timestamp" I use the version 2.1.1 and I want to update, but with this error I can't make any search. What parameters do I need to use? |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 1 reply
-
|
Heya, So you should be able to use timestamp like follows: Where Is there anything we could add to make it easier to understand? |
Beta Was this translation helpful? Give feedback.
Heya,
So you should be able to use timestamp like follows:
Where
--timestampis used to specify the field that contains the timestamp value you wish to apply date range filtering to. Then you can use--fromand/or--toto filter the time on the specified field.Is there anything we could add to make it easier to understand?