Switch to unified view

a/website/BUGS.txt b/website/BUGS.txt
1
Known bugs in current version and older versions:
1
Known bugs in current version and older versions:
2
2
3
1.5.0
3
Bugs that are listed in an older version section are supposedly fixed in
4
 Under some conditions, recoll startup and exit could be very slow: the
4
later versions. Bugs listed in the topmost section may also exist in older
5
  simple search history list had serious problems with non-ascii strings,
5
versions. 
6
  whose size sometimes doubled at each program startup/stop.
6
7
  
7
Latest:
8
1.4.2 - 1.5.0
8
9
- 1.6 has added NEAR searches. Unlike what recoll did with PHRASES,
10
  stemming expansion is performed on terms inside NEAR clauses (except if
11
  prevented by a capitalized entry of course). There is a bug in Xapian at
12
  least up to 0.9.9, where NEAR does not support multiple OR subclauses, as
13
  would result from a multiple expansion. This manifests itself by a 'not
14
  implemented' xapian exception and a recoll crash.
15
  Workarounds:
16
      - Prevent expansion of NEAR terms (possibly except one) by
17
        capitalizing them.
18
      - Apply the following patch to xapian 0.9.9, inside the "api/"
19
        directory: 
20
         http://www.recoll.org/xapian/xapNearDistrib.patch
21
   then recompile, and install.
22
  I hope that the fix will make it into xapian at some point.
23
- If you are seeing a delay of a few seconds before the result list
24
  displays for the first query of a recoll instance, try changing the
25
  result list font in the query preferences. This is not a recoll problem,
26
  I don't know the exact cause (I've seen it happen with "Sans Serif" and
27
  go away with Helvetica or Arial).
28
9
- When a mime type has an external viewer defined, but the actual file is
29
- When a mime type has an external viewer defined, but the actual file is
10
  compressed (ie: xxx.txt.gz), recoll will try to start the external viewer
30
  compressed (ie: xxx.txt.gz), recoll will try to start the external viewer
11
  on the compressed file, which will not work in most cases.
31
  on the compressed file, which will not work in most cases.
12
32
13
- There are problems which have been reported indexing big mailstores
33
- There are problems which have been reported indexing big mailstores
14
  (several hundreds of thousands of messages): resulting in a very big
34
  (several hundreds of thousands of messages): resulting in a very big
15
  database and even crashes during indexation.
35
  database and even crashes during indexation.
36
37
- Under some versions of KDE (ie: Fedora FC5 KDE 3.5.4-0.5.fc5), there is a
38
  problem with the window stacking order. Opening the "browse" file
39
  selection dialog from the advanced search dialog will stack the latter
40
  under the main window, possibly making it invisible. This is quite
41
  probably a Kwin bug, possibly related to 
42
  http://bugs.kde.org/show_bug.cgi?id=79183 or a correction thereof.
43
44
1.5.10
45
- If a defaultcharset was set in the configuration file for a subdirectory,
46
  it would stay in effect for all subsequent files/directories (except if
47
  explicitely overridden), potentially causing many transcoding errors.
48
49
1.5.[1-7]
50
- Dates in result list come from the file's ctimes, which may be confusing
51
- Some rare MIME messages with null boundaries can crash the indexer.
52
53
1.5.0
54
- Under some conditions, recoll startup and exit could be very slow: the
55
  simple search history list had serious problems with non-ascii strings,
56
  whose size sometimes doubled at each program startup/stop.
16
57
17
1.3.3
58
1.3.3
18
59
19
- Several of the external filters did not handle path names with embedded
60
- Several of the external filters did not handle path names with embedded
20
  spaces (rcluncomp rclsoff rclps rclmedia rcldjvu). This is fixed in 1.4.
61
  spaces (rcluncomp rclsoff rclps rclmedia rcldjvu). This is fixed in 1.4.