Skip to content

Commit c0adcf3

Browse files
committed
Fix docs test failure
1 parent a820df5 commit c0adcf3

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

docs/reference/esql/esql-syntax.asciidoc

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -205,8 +205,6 @@ POST /_query
205205
FROM library
206206
| EVAL year = DATE_EXTRACT("year", release_date)
207207
| WHERE page_count > ? AND match(author, ?, {"minimum_should_match": ?})
208-
| STATS count = COUNT(*) by year
209-
| WHERE count > ?
210208
| LIMIT 5
211209
""",
212210
"params": [300, "Frank Herbert", 2]

0 commit comments

Comments
 (0)