File tree Expand file tree Collapse file tree 1 file changed +6
-6
lines changed
src/test/java/com/marklogic/client/test Expand file tree Collapse file tree 1 file changed +6
-6
lines changed Original file line number Diff line number Diff line change @@ -91,13 +91,13 @@ public class SearchFacetTest {
9191 + " <range type='xs:date' facet='true'>"
9292 + " <element ns='http://nwalsh.com/ns/photolib' name='view'/>"
9393 + " <attribute ns='' name='date'/>"
94- + " <computed-bucket name='D0' ge='P0D' lt='P1D' anchor='start-of-day'/>"
95- + " <computed-bucket name='D1' ge='-P1D' lt='P0D' anchor='start-of-day'/>"
96- + " <computed-bucket name='D2' ge='-P2D' lt='-P1D' anchor='start-of-day'/>"
97- + " <computed-bucket name='D3' ge='-P3D' lt='-P2D' anchor='start-of-day'/>"
98- + " <computed-bucket name='D4' ge='-P4D' lt='-P3D' anchor='start-of-day'/>"
99- + " <computed-bucket name='D5' ge='-P5D' lt='-P4D' anchor='start-of-day'/>"
10094 + " <computed-bucket name='D6' ge='-P6D' lt='-P5D' anchor='start-of-day'/>"
95+ + " <computed-bucket name='D5' ge='-P5D' lt='-P4D' anchor='start-of-day'/>"
96+ + " <computed-bucket name='D4' ge='-P4D' lt='-P3D' anchor='start-of-day'/>"
97+ + " <computed-bucket name='D3' ge='-P3D' lt='-P2D' anchor='start-of-day'/>"
98+ + " <computed-bucket name='D2' ge='-P2D' lt='-P1D' anchor='start-of-day'/>"
99+ + " <computed-bucket name='D1' ge='-P1D' lt='P0D' anchor='start-of-day'/>"
100+ + " <computed-bucket name='D0' ge='P0D' lt='P1D' anchor='start-of-day'/>"
101101 + " </range>"
102102 + " </constraint>"
103103
You can’t perform that action at this time.
0 commit comments