Skip to content
Snippets Groups Projects
Commit 107dd963 authored by Andreas Romeyke's avatar Andreas Romeyke
Browse files

- use validated creationdate_epoch delivered by search command

parent c1457770
No related branches found
No related tags found
No related merge requests found
...@@ -97,9 +97,9 @@ sub prepare_query ($opt) { ...@@ -97,9 +97,9 @@ sub prepare_query ($opt) {
} }
} }
} }
if (exists $opt->{creationdate}) { if (exists $opt->{creationdate_epoch}) {
push @should, { push @should, {
"created" => $opt->{creationdate} "created" => $opt->{creationdate_epoch}
}; };
} }
if (exists $opt->{modificationdate}) { if (exists $opt->{modificationdate}) {
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment