Skip to content

Commit 7883fb3

Browse files
committed
Add link to ES docs
1 parent a8426ab commit 7883fb3

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

docs/guide/query-syntax.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -287,7 +287,7 @@ This applies to all rounding units (`/d`, `/M`, `/h`, `/y`, etc.) and to short-f
287287
| `>=now/h` | start of hour | From start of current hour |
288288

289289
::: tip
290-
The same `/unit` rounding expression produces different concrete dates depending on whether the boundary is inclusive or exclusive. This matches Elasticsearch's native behavior for `gte`/`gt`/`lte`/`lt` with date math.
290+
The same `/unit` rounding expression produces different concrete dates depending on whether the boundary is inclusive or exclusive. This matches [Elasticsearch's native date math rounding behavior](https://www.elastic.co/docs/reference/query-languages/query-dsl/query-dsl-range-query#range-query-date-math-rounding).
291291
:::
292292

293293
### Common Date Range Patterns

0 commit comments

Comments
 (0)