grtjn / ml-constraints

Custom MarkLogic constraints that go beyond what Search API provides out of the box
Apache License 2.0
0 stars 1 forks source link

Fix edge case with dateTime in dynamic buckets #14

Closed grtjn closed 6 years ago

grtjn commented 6 years ago

Prevents buckets going from months to days because we lazily add 1 day extra to include partial days. A few millisec too much..