2025-06-21 03:42:37 +08:00
|
|
|
% This is generated by ESQL's AbstractFunctionTestCase. Do not edit it. See ../README.md for how to regenerate it.
|
2025-03-13 21:16:46 +08:00
|
|
|
|
|
|
|
**Example**
|
|
|
|
|
|
|
|
```esql
|
|
|
|
FROM books
|
|
|
|
| WHERE TERM(author, "gabriel")
|
|
|
|
```
|
|
|
|
|
|
|
|
| book_no:keyword | title:text |
|
|
|
|
| --- | --- |
|
|
|
|
| 4814 | El Coronel No Tiene Quien Le Escriba / No One Writes to the Colonel (Spanish Edition) |
|
|
|
|
| 4917 | Autumn of the Patriarch |
|
|
|
|
| 6380 | La hojarasca (Spanish Edition) |
|
|
|
|
|
|
|
|
|