DateMetadata Criterion¶
The DateMetadata Search Criterion searches for content based on the date when it was created or last modified.
Arguments¶
target- indicating if publication or modification date should be queried, eitherDateMetadata::CREATEDorDateMetadata::PUBLISHED(both with the same functionality), orDateMetadata::MODIFIEDoperator- Operator constant (IN, EQ, GT, GTE, LT, LTE, BETWEEN)value- indicating the date(s) that should be matched, provided as a UNIX timestamp (or array of timestamps)
Example¶
1 2 3 4 5 6 7 8 9 | |
1 2 3 4 5 6 7 8 9 | |
Use case¶
You can use the DateMetadata Criterion to search for blog posts that have been created within the last week, by combining it with a content type Criterion and the GTE operator.