Skip to content

Commit f6858df

Browse files
author
DominikaK
committed
IBX-5061: DateMetadata Criterion PUBLISHED target (#1890)
1 parent 5a597c8 commit f6858df

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/search/criteria_reference/datemetadata_criterion.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ searches for content based on the date when it was created or last modified.
55

66
## Arguments
77

8-
- `target` - indicated if creation or modification date should be queried, either `DateMetadata::CREATED` or `DateMetadata::MODIFIED`
8+
- `target` - indicating if publication or modification date should be queried, either `DateMetadata::CREATED` or `DateMetadata::PUBLISHED` (both with the same functionality), or `DateMetadata::MODIFIED`
99
- `operator` - Operator constant (IN, EQ, GT, GTE, LT, LTE, BETWEEN)
1010
- `value` - indicating the date(s) that should be matched, provided as a UNIX timestamp (or array of timestamps)
1111

0 commit comments

Comments
 (0)