This commit is contained in:
Jean-Francois Dockes 2016-08-05 08:49:27 +02:00
parent 12a2a0d4c8
commit 4adf6925b8
2 changed files with 36 additions and 3 deletions

View File

@ -2,6 +2,22 @@
Jean-Francois Dockes <jf@dockes.org>
:toc:
== File name character case sensitivity
Recoll was born on Unix, on which file names are case-sensitive. At the
moment this is also the case for path-related queries on Windows, including
the drive letters.
When filtering results on location (e.g. with a 'dir:' clause), you need to
enter all path elements as they appear in the URLs in result lists (and use
forward slashes).
It is also advisable to enter configuration filenames with their actual
case (e.g. _topdirs_).
I am looking into fixing this, but this made a bit complicated by non ASCII
character sets issues.
== Using an alternate configuration directory
This tip is useful if you want to manage several configurations, or if you

View File

@ -29,7 +29,25 @@
came with them.</p>
<dl>
<dt><a href="release-1.22.html">Release 1.22</a>: Windows
<dt><a href="release-1.23.html">Release 1.23</a>: C++11</dt>
<dd>
<ul>
<li>Replace a bunch of locally grown hacks with c++11
standard features, esp. std::thread, std::mutex etc. As
c++11 support is now mandatory, get rid of compatibility
code (e.g. switches to use c++11 smart pointers or the
local version).</li>
<li>Convert the logging facility to use c++ streams
instead of stdio.</li>
<li>Allow execm input handlers to set arbitrary data
fields. Previously, the only way for handlers to provide
metadata was through HTML <i>meta</i> fields.</li>
<li>fn and cfn queryaliases enabled by default.</li>
</ul>
<dt><a href="release-1.22.html">Release 1.22</a>: Windows
port, autotools-based Unix/Linux build system.</dt>
<dd>
<ul>
@ -40,9 +58,8 @@
<li>New synonyms expansion feature.</li>
</ul>
</dd>
<dl>
<dt><a href="release-1.21.html">Release 1.21</a>: new
query parser</dt>
<dd>