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 7dbded3 commit 1fa5d65Copy full SHA for 1fa5d65
docs/release-notes/release-highlights.asciidoc
@@ -57,8 +57,8 @@ RangeQuery ra = RangeQuery.of(r -> r // no distinction between various types (d
57
RangeQuery ra = RangeQuery.of(r -> r
58
.date(d -> d // choose query type before
59
.field("day")
60
- .gte("20-06-24") // field now only accepts valid type for the specified query
61
- .lte("20-07-24")
+ .gte("2024-06-20") // field now only accepts valid type for the specified query
+ .lte("2024-07-05")
62
.boost(1.0F)
63
.format("yyyy-MM-dd")
64
.relation(RangeRelation.Contains)));
0 commit comments