From 4adf6925b8e957ad8052bd6c34fc536e4606a152 Mon Sep 17 00:00:00 2001 From: Jean-Francois Dockes Date: Fri, 5 Aug 2016 08:49:27 +0200 Subject: [PATCH] web --- website/pages/recoll-windows-faq.txt | 16 ++++++++++++++++ website/release-history.html | 23 ++++++++++++++++++++--- 2 files changed, 36 insertions(+), 3 deletions(-) diff --git a/website/pages/recoll-windows-faq.txt b/website/pages/recoll-windows-faq.txt index f61b1d98..a4e73367 100644 --- a/website/pages/recoll-windows-faq.txt +++ b/website/pages/recoll-windows-faq.txt @@ -2,6 +2,22 @@ Jean-Francois Dockes :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 diff --git a/website/release-history.html b/website/release-history.html index 9a911da9..83b218ec 100644 --- a/website/release-history.html +++ b/website/release-history.html @@ -29,7 +29,25 @@ came with them.

-
Release 1.22: Windows + +
Release 1.23: C++11
+
+
    +
  • 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).
  • +
  • Convert the logging facility to use c++ streams + instead of stdio.
  • +
  • Allow execm input handlers to set arbitrary data + fields. Previously, the only way for handlers to provide + metadata was through HTML meta fields.
  • +
  • fn and cfn queryaliases enabled by default.
  • +
+ + +
Release 1.22: Windows port, autotools-based Unix/Linux build system.
    @@ -40,9 +58,8 @@
  • New synonyms expansion feature.
- -
+
Release 1.21: new query parser