Skip to content

Commit f0559d1

Browse files
Update solutions/search/esql-search-tutorial.md
Co-authored-by: Liam Thompson <[email protected]>
1 parent 2d8c405 commit f0559d1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

solutions/search/esql-search-tutorial.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -223,7 +223,7 @@ This is fundamentally different from full-text search - it's a binary yes/no fil
223223

224224
Now that you understand basic searching, explore how to control the precision of your text matches.
225225

226-
### Include all search terms (AND logic)
226+
### Require all search terms (AND logic)
227227

228228
By default, searches with match use OR logic between terms. To require ALL terms to match, use the function syntax with the `operator` parameter to specify AND logic:
229229

0 commit comments

Comments
 (0)