We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c50d24c commit c52ae33Copy full SHA for c52ae33
1 file changed
README.md
@@ -289,7 +289,7 @@ TYPO3:
289
type: date
290
include_in_all: false
291
format: 'date_time_no_millis'
292
- indexing: '${(node.hiddenBeforeDateTime ? node.hiddenBeforeDateTime.format("Y-m-d\TH:i:s") + "Z" : null)}'
+ indexing: '${(node.hiddenBeforeDateTime ? Date.format(node.hiddenBeforeDateTime, "Y-m-d\TH:i:s") + "Z" : null)}'
293
```
294
295
There are a few indexing helpers inside the `Indexing` namespace which are usable inside the
0 commit comments