Mercurial > p > roundup > code
diff doc/installation.txt @ 6576:c55d56ab9ee9
Document whoosh implements fuzzy search.
| author | John Rouillard <rouilj@ieee.org> |
|---|---|
| date | Mon, 27 Dec 2021 23:05:03 -0500 |
| parents | 34cbd0e633d2 |
| children | b5fb268b7f04 |
line wrap: on
line diff
--- a/doc/installation.txt Mon Dec 27 23:00:56 2021 -0500 +++ b/doc/installation.txt Mon Dec 27 23:05:03 2021 -0500 @@ -89,6 +89,8 @@ The Whoosh_ full-text indexer is also supported and will be used by default if it is available (and Xapian is not installed). This is recommended if you are anticipating a large number of issues (> 5000). + It is also the only search backend that implements fuzzy search. It + matches any word that has a 1 character difference from the search term. You may install Whoosh at any time, even after a tracker has been installed and used. You will need to run the "roundup-admin reindex"
