We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8eb524d commit bf79d7bCopy full SHA for bf79d7b
marklogic-data-hub/src/main/resources/ml-modules/options/spring-batch.xml
@@ -66,6 +66,11 @@
66
</range>
67
</values>
68
<operator name="sort">
69
+ <state name="date">
70
+ <sort-order direction="descending" type="xs:dateTime">
71
+ <element ns="http://marklogic.com/spring-batch" name="createDateTime"/>
72
+ </sort-order>
73
+ </state>
74
<state name="date-desc">
75
<sort-order direction="descending" type="xs:dateTime">
76
<element ns="http://marklogic.com/spring-batch" name="createDateTime"/>
0 commit comments