diff --git a/src/doc/user/usermanual.html b/src/doc/user/usermanual.html index 371bc7a4..b9ba51da 100644 --- a/src/doc/user/usermanual.html +++ b/src/doc/user/usermanual.html @@ -265,6 +265,9 @@ alink="#0000FF">
%t. Title.
+%t. Title or empty.
%U. Url
@@ -4639,7 +4642,7 @@ alink="#0000FF">Modifiers can be set on a double-quote value, for
example to specify a proximity search (unordered). See
the modifier section. No space
+ "3.6.2. Modifiers">the modifier section. No space
must separate the final double-quote and the modifiers
value, e.g. "two
one"po10
OR with ext terms for example.
+ Recoll 1.24 and later + support range clauses on fields which have been + configured to support it. No default field uses them + currently, so this paragraph is only interesting if you + modified the fields configuration and possibly use a + custom input handler.
+A range clause looks like one of the following:
++myfield:small..big+myfield:small.. +myfield:..big+
The nature of the clause is indicated by the two dots
+ .., and the effect is to
+ filter the results for which the myfield value is in the
+ possibly open-ended interval.
See the section about the fields configuration file for the
+ details of configuring a field for range searches.
fields configuration
file.
+ Some fields may also designated as supporting range + queries, meaning that the results may be selected for an + interval of its values. See the configuration section for + more details.
The sequence of events for field processing is as follows:
Fields listed in this section will be stored as
+ Xapian
+ values inside the
+ index. This makes them available for range queries,
+ allowing to filter results according to the field
+ value. This feature currently supports string and
+ integer data. See the comments in the file for more
+ detail
A field becomes stored (displayable inside
diff --git a/src/doc/user/usermanual.xml b/src/doc/user/usermanual.xml
index 5530d1fd..b6192e07 100644
--- a/src/doc/user/usermanual.xml
+++ b/src/doc/user/usermanual.xml
@@ -3794,6 +3794,34 @@