elasticsearch/docs/reference/query-languages/esql/_snippets/functions/examples/qstr.md

668 B

% This is generated by ESQL's AbstractFunctionTestCase. Do not edit it. See ../README.md for how to regenerate it.

Examples

FROM books
| WHERE QSTR("author: Faulkner")
book_no:keyword author:text
2378 [Carol Faulkner, Holly Byers Ochoa, Lucretia Mott]
2713 William Faulkner
2847 Colleen Faulkner
2883 William Faulkner
3293 Danny Faulkner
stack: ga 9.1.0
FROM books
| WHERE QSTR("title: Hobbjt~", {"fuzziness": 2})
book_no:keyword title:text
4289 Poems from the Hobbit
6405 The Hobbit or There and Back Again
7480 The Hobbit