diff --git a/docs/reference/sql/functions/like-rlike.asciidoc b/docs/reference/sql/functions/like-rlike.asciidoc index 23fe0f30fb568..ba98e466aed96 100644 --- a/docs/reference/sql/functions/like-rlike.asciidoc +++ b/docs/reference/sql/functions/like-rlike.asciidoc @@ -84,6 +84,7 @@ IMPORTANT: Even though `RLIKE` is a valid option when searching or filtering in When using `LIKE`/`RLIKE`, do consider using <> which are faster, much more powerful and offer the option of sorting by relevancy (results can be returned based on how well they matched). +//// For example: [cols="