Skip to content

Commit

Permalink
using same dates release highlight
Browse files Browse the repository at this point in the history
  • Loading branch information
l-trotta committed Nov 18, 2024
1 parent 7dbded3 commit 1fa5d65
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions docs/release-notes/release-highlights.asciidoc
Original file line number Diff line number Diff line change
Expand Up @@ -57,8 +57,8 @@ RangeQuery ra = RangeQuery.of(r -> r // no distinction between various types (d
RangeQuery ra = RangeQuery.of(r -> r
.date(d -> d // choose query type before
.field("day")
.gte("20-06-24") // field now only accepts valid type for the specified query
.lte("20-07-24")
.gte("2024-06-20") // field now only accepts valid type for the specified query
.lte("2024-07-05")
.boost(1.0F)
.format("yyyy-MM-dd")
.relation(RangeRelation.Contains)));
Expand Down

0 comments on commit 1fa5d65

Please sign in to comment.