Mercurial > p > roundup > code
diff doc/user_guide.txt @ 6613:2eec7a500333
Doc updates for indexers.
change word size max from 25 to 50
phrase search syntax updated
clear up wording for automatic selection of xapian/whoosh
link user_guide to admin_guide for finding syntax for native_fts
searches.
| author | John Rouillard <rouilj@ieee.org> |
|---|---|
| date | Mon, 07 Feb 2022 22:52:03 -0500 |
| parents | 828e2eaee7cd |
| children | e7b4ad2c57ac |
line wrap: on
line diff
--- a/doc/user_guide.txt Sun Jan 30 21:34:53 2022 -0500 +++ b/doc/user_guide.txt Mon Feb 07 22:52:03 2022 -0500 @@ -377,7 +377,7 @@ Full text search using the xapian, whoosh and native indexers treats the search query as a series of space separated words. Any word less -than 2 characters or more than 25 characters is discarded. Also a +than 2 characters or more than 50 characters is discarded. Also a stoplist is used to remove common words like "with", "and" etc. Additional stoplist words can be added in the tracker's config.ini file. Once filtering of the word list is done, each indexed @@ -389,8 +389,10 @@ the filtering above is not used. The search query can support structure such as quoted phrases, matching one term or another rather than both (or search), prefixes etc. In this case you should look at -the documentation for the native-fts backend to find the supported -format and features. +the `documentation for configuring the native-fts`_ backend to find +the supported format and features. + +.. _`documentation for configuring the native-fts`: admin_guide.html#configuring-native-fts-full-text-search Access Controls ---------------
