diff doc/admin_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 d05800c6bdfa
children 3f3ce3004013
line wrap: on
line diff
--- a/doc/admin_guide.txt	Sun Jan 30 21:34:53 2022 -0500
+++ b/doc/admin_guide.txt	Mon Feb 07 22:52:03 2022 -0500
@@ -305,7 +305,7 @@
 supports:
 
   * plain word search (joined with and similar to other search methods)
-  * phrase search with terms enclosed in ``"`` quotes
+  * phrase search with terms enclosed in quotes (``"``)
   * proximity search with varying distances using ``NEAR()``
   * boolean operations by grouping with parentheses and using ``AND``
     and ``OR``
@@ -346,7 +346,7 @@
 Websearch provides a more natural style of search and supports:
 
 * plain word search (stemmed in most cases)
-* phrase search with terms enclosed in quotes
+* phrase search with terms enclosed in quotes (``"``)
 * exclusion by prefixing a term/phrase with ``-``
 * alternative/or searching with ``or`` between terms
 * ignores non-word characters including punctuation

Roundup Issue Tracker: http://roundup-tracker.org/