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