Created
May 13, 2026 12:20
-
-
Save sitefinitySDK/ced4ffcd5c5223d5405c4bb5d1e1f6ec to your computer and use it in GitHub Desktop.
10. Date range — content published this year
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| { | |
| "Operator": "AND", | |
| "ChildFilters": [ | |
| { "FieldName": "PublicationDate", "Operator": "ge", "FieldValue": "2026-01-01T00:00:00Z" }, | |
| { "FieldName": "PublicationDate", "Operator": "lt", "FieldValue": "2027-01-01T00:00:00Z" } | |
| ] | |
| } |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment