This commit is contained in:
Jean-Francois Dockes 2021-02-10 14:57:46 +01:00
parent dc934b7ddc
commit 211fb21922

View File

@ -3540,7 +3540,8 @@ fs.inotify.max_user_watches=32768
<p><span class="application">Recoll</span> keeps a
history of searches. See <a class="link" href=
"#RCL.SEARCH.GUI.COMPLEX.HISTORY" title=
"Advanced search history">Advanced search history</a>.</p>
"Advanced search history">Advanced search
history</a>.</p>
<p>The dialog has two tabs:</p>
<div class="orderedlist">
<ol class="orderedlist" type="1">
@ -3771,11 +3772,11 @@ fs.inotify.max_user_watches=32768
<p>This mode will accept a regular expression as
input. Example: <em class=
"replaceable"><code>word[0-9]+</code></em>. The
expression is implicitly anchored at the
beginning. Ie: <em class=
"replaceable"><code>press</code></em> will match
<em class="replaceable"><code>pression</code></em>
but not <em class=
expression is implicitly anchored at the beginning.
Ie: <em class="replaceable"><code>press</code></em>
will match <em class=
"replaceable"><code>pression</code></em> but not
<em class=
"replaceable"><code>expression</code></em>. You can
use <em class=
"replaceable"><code>.*press</code></em> to match