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 a33cb4d commit f248911Copy full SHA for f248911
x-pack/plugin/esql/qa/testFixtures/src/main/resources/qstr-function.csv-spec
@@ -193,12 +193,15 @@ qstrWithField1
193
required_capability: qstr_function
194
195
FROM books
196
-| WHERE QSTR("title: Hobbjt", {"fuzziness": 2})
+| WHERE QSTR("title: Hobbjt~", {"fuzziness": 2})
197
| KEEP book_no, title
198
| SORT book_no
199
| LIMIT 5
200
;
201
ignoreOrder: true
202
203
-book_no:keyword | title:text
+book_no:keyword | title:text
204
+4289 | Poems from the Hobbit
205
+6405 | The Hobbit or There and Back Again
206
+7480 | The Hobbit
207
0 commit comments