summaryrefslogtreecommitdiff
path: root/docs
diff options
context:
space:
mode:
authorAbdullah Dursun <adursuns@gmail.com>2020-08-31 23:36:25 +0300
committerMariusz Felisiak <felisiak.mariusz@gmail.com>2020-08-31 22:37:20 +0200
commit42f8c085a602fd897b53eaaef0b90e1ede66d8cc (patch)
tree8f0ebd8a07925c5748efc22b3599c1053f03abe4 /docs
parenteda59ba2ec9cee3e11a938171fdc93ea058e9dc9 (diff)
[3.1.x] Corrected note about long names in search docs.
Backport of fcad0b132427847d6db2008f00fbe45a7b45cad3 from master
Diffstat (limited to 'docs')
-rw-r--r--docs/topics/db/search.txt4
1 files changed, 2 insertions, 2 deletions
diff --git a/docs/topics/db/search.txt b/docs/topics/db/search.txt
index 08aa7d9136..54217f81b9 100644
--- a/docs/topics/db/search.txt
+++ b/docs/topics/db/search.txt
@@ -66,8 +66,8 @@ For example::
Now we have a different problem - the longer name of "Helena Bonham Carter"
doesn't show up as it is much longer. Trigram searches consider all
combinations of three letters, and compares how many appear in both search and
-source strings. For the longer name, there are more combinations which appear
-in the source string so it is no longer considered a close match.
+source strings. For the longer name, there are more combinations that don't
+appear in the source string, so it is no longer considered a close match.
The correct choice of comparison functions here depends on your particular data
set, for example the language(s) used and the type of text being searched. All