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? |
Answered by
alexkornitzer
Feb 24, 2023
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? |
1 reply
Answer selected by
EICP02
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
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?