Skip to content

Commit 1fa5d65

Browse files
committed
using same dates release highlight
1 parent 7dbded3 commit 1fa5d65

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

docs/release-notes/release-highlights.asciidoc

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -57,8 +57,8 @@ RangeQuery ra = RangeQuery.of(r -> r // no distinction between various types (d
5757
RangeQuery ra = RangeQuery.of(r -> r
5858
.date(d -> d // choose query type before
5959
.field("day")
60-
.gte("20-06-24") // field now only accepts valid type for the specified query
61-
.lte("20-07-24")
60+
.gte("2024-06-20") // field now only accepts valid type for the specified query
61+
.lte("2024-07-05")
6262
.boost(1.0F)
6363
.format("yyyy-MM-dd")
6464
.relation(RangeRelation.Contains)));

0 commit comments

Comments
 (0)