From f5d5fd1134e8008763575acf3a8d7c12c5779fe0 Mon Sep 17 00:00:00 2001 From: Arseni Prokharchyk <2657789+arsen91@users.noreply.github.com> Date: Wed, 11 Aug 2021 17:46:56 -0400 Subject: [PATCH] change a typo in first letter of a user query --- docs/reference/analysis/index-search-time.asciidoc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/reference/analysis/index-search-time.asciidoc b/docs/reference/analysis/index-search-time.asciidoc index 41b922c2e95ca..547829a0435f2 100644 --- a/docs/reference/analysis/index-search-time.asciidoc +++ b/docs/reference/analysis/index-search-time.asciidoc @@ -56,7 +56,7 @@ The user expects this search to match the sentence indexed earlier, However, the query string does not contain the exact words used in the document's original text: -* `quick` vs `QUICK` +* `Quick` vs `QUICK` * `fox` vs `foxes` To account for this, the query string is analyzed using the same analyzer. This