diff --git a/src/doc/user/usermanual.sgml b/src/doc/user/usermanual.sgml
index 4715a6f7..8d03c6e0 100644
--- a/src/doc/user/usermanual.sgml
+++ b/src/doc/user/usermanual.sgml
@@ -313,8 +313,8 @@
concurrently in a transparent manner.
For index generation, multiple configurations are
- totally independant from each other. When multiple indexes
- are used for searches,
+ totally independant from each other. When multiple indexes need
+ to be used for a single search,
some parameters
should be consistent among the configurations.
@@ -484,7 +484,7 @@ recoll
- Indexing configuration
+ Index configurationVariables set inside the
&RCL; configuration files
@@ -572,29 +572,36 @@ recoll
The index configuration GUIMost parameters for a given index configuration can
- be set from a recoll GUI running on this
- configuration (either as default, or by setting
- RECOLL_CONFDIR or the
- option.)
+ be set from a recoll GUI running on this
+ configuration (either as default, or by setting
+ RECOLL_CONFDIR or the
+ option.)The interface is started from the
Preferences
- Indexing Configuration
+ Index Configuration
- menu entry. It is divided in three tabs,
+ menu entry. It is divided in four tabs,
Global parameters, Local
- parameters, and Beagle web history,
- which is explained in the next section.
+ parameters, Beagle web history
+ (which is explained in the next section) and Search
+ parameters.
- The first tab allows setting global variables, like the lists
- of top directories, skipped paths, or stemming languages.
+ The Global parameters tab allows setting
+ global variables, like the lists of top directories, skipped paths,
+ or stemming languages.
- The second tab allows setting variables that can be redefined
- for subdirectories. This second tab has an initially empty list of
- customisation directories, to which you can add. The variables are
- then set for the currently selected directory (or at the top level
- if the empty line is selected).
+ The Local parameters tab allows setting
+ variables that can be redefined for subdirectories. This second tab
+ has an initially empty list of customisation directories, to which
+ you can add. The variables are then set for the currently selected
+ directory (or at the top level if the empty line is
+ selected).
+
+ The Search parameters section defines
+ parameters which are used at query time, but are global to an
+ index and affect all search tools, not only the GUI.The meaning for most entries in the interface is
self-evident and documented by a ToolTip
@@ -634,7 +641,8 @@ recoll
not running, else both programs will fight for the same
files.
- This feature can be enabled in the GUI indexing configuration
+ This feature can be enabled in the GUI
+ Index configuration
panel, or by editing the configuration file (set
processbeaglequeue to 1).
@@ -1113,9 +1121,11 @@ fvwm
Save to FileFind similarPreview Parent
- document
+ documentOpen Parent
- document
+ document
+ Open Snippets
+ WindowThe Preview and
@@ -1152,6 +1162,15 @@ fvwm
start a chm viewer on the parent
document for a help page.
+ The Open Snippets Window entry will only
+ appear for documents which support page breaks (typically
+ PDF, Postscript, DVI). The snippets window lists extracts from
+ the document, taken around search terms occurrences, along with the
+ corresponding page number, as links which can be used to start
+ the native viewer on the appropriate page. If the viewer supports
+ it, its search function will also be primed with one of the
+ search terms.
+
@@ -3894,7 +3913,7 @@ while query.next >= 0 and query.next < nres:
for one index.
The configuration files can be edited by hand or through
- the Indexing configuration dialog
+ the Index configuration dialog
(Preferences menu). The GUI tool will try
to respect your formatting and comments as much as possible,
so it is quite possible to use both ways.