From 69fee785d276c1e4a25db66822a496987b3a0384 Mon Sep 17 00:00:00 2001 From: carlosdelest Date: Thu, 19 Dec 2024 08:38:51 +0100 Subject: [PATCH] Code review suggestions --- docs/reference/esql/functions/search-functions.asciidoc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/reference/esql/functions/search-functions.asciidoc b/docs/reference/esql/functions/search-functions.asciidoc index a47db8f0f8c91..bfdd288542782 100644 --- a/docs/reference/esql/functions/search-functions.asciidoc +++ b/docs/reference/esql/functions/search-functions.asciidoc @@ -11,7 +11,7 @@ Full text functions are used to search for text in fields. Full text functions can be used to match <>. A multivalued field that contains a value that matches a full text query is considered to match the query. -Full text functions are more performant for text search use cases than using pattern matching or regular expressions with `LIKE` or `RLIKE`. +Full text functions are significantly more performant for text search use cases on large data sets than using pattern matching or regular expressions with `LIKE` or `RLIKE` See <> for information on the limitations of full text search.