From d636fe7be1658ee3f394cf3b14fd12aae1a2f764 Mon Sep 17 00:00:00 2001 From: MaxKsyunz Date: Mon, 25 Jul 2022 18:36:23 -0700 Subject: [PATCH 1/3] Callout distinction between original and current SQL engines. Signed-off-by: MaxKsyunz --- docs/user/beyond/fulltext.rst | 3 +++ 1 file changed, 3 insertions(+) diff --git a/docs/user/beyond/fulltext.rst b/docs/user/beyond/fulltext.rst index c2edbfa97d6..d0059c8bd45 100644 --- a/docs/user/beyond/fulltext.rst +++ b/docs/user/beyond/fulltext.rst @@ -14,6 +14,9 @@ Introduction Full-text search is for searching a single stored document which is distinguished from regular search based on original texts in database. It tries to match search criteria by examining all of the words in each document. In OpenSearch, full-text queries provided enables you to search text fields analyzed during indexing. +This document describes the original SQL engine. It only applies to queries that are not handled by the current SQL engine. Documentation for the current engine can be found `here <../dql/functions.rst#RELEVANCE>`_. + + Match Query =========== From 6b51deef67a0c6017a62abde3eb4b649179a45f0 Mon Sep 17 00:00:00 2001 From: MaxKsyunz Date: Mon, 25 Jul 2022 18:36:23 -0700 Subject: [PATCH 2/3] Use correct capitalization for heading reference. Signed-off-by: MaxKsyunz --- docs/user/beyond/fulltext.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/user/beyond/fulltext.rst b/docs/user/beyond/fulltext.rst index d0059c8bd45..47a75bed651 100644 --- a/docs/user/beyond/fulltext.rst +++ b/docs/user/beyond/fulltext.rst @@ -14,7 +14,7 @@ Introduction Full-text search is for searching a single stored document which is distinguished from regular search based on original texts in database. It tries to match search criteria by examining all of the words in each document. In OpenSearch, full-text queries provided enables you to search text fields analyzed during indexing. -This document describes the original SQL engine. It only applies to queries that are not handled by the current SQL engine. Documentation for the current engine can be found `here <../dql/functions.rst#RELEVANCE>`_. +This document describes the original SQL engine. It only applies to queries that are not handled by the current SQL engine. Documentation for the current engine can be found `here <../dql/functions.rst#relevance>`_. Match Query From ceedfa7f739deca99a256f15a444548109f03dcc Mon Sep 17 00:00:00 2001 From: MaxKsyunz Date: Tue, 26 Jul 2022 23:42:07 -0700 Subject: [PATCH 3/3] Better grammar. Signed-off-by: MaxKsyunz --- docs/user/beyond/fulltext.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/user/beyond/fulltext.rst b/docs/user/beyond/fulltext.rst index 47a75bed651..dede5bd42f1 100644 --- a/docs/user/beyond/fulltext.rst +++ b/docs/user/beyond/fulltext.rst @@ -14,7 +14,7 @@ Introduction Full-text search is for searching a single stored document which is distinguished from regular search based on original texts in database. It tries to match search criteria by examining all of the words in each document. In OpenSearch, full-text queries provided enables you to search text fields analyzed during indexing. -This document describes the original SQL engine. It only applies to queries that are not handled by the current SQL engine. Documentation for the current engine can be found `here <../dql/functions.rst#relevance>`_. +This document describes the original SQL engine. It only applies to queries that cannot be handled by the current SQL engine. Documentation for the current engine can be found `here <../dql/functions.rst#relevance>`_. Match Query