Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

Excerpt

Will find all Content Items which were created or modified in March 2020

Code Block
audit.creationDate:[2020-03-01 TO 2020-03-31]
audit.modificationDate:[2020-03-01 TO 2020-03-31]
Code Block
corporateInformation.embargoDate:[2021-01-01 TO 2023-01-01]
  • Will find all Content Items which have an embargo date value inside this range.

  • There is a Picturepark limitation in place that forbids using wildcards in ranges.

  • A Range like this does not work: \[2021-01-01 TO *\]