|
a/website/BUGS.txt |
|
b/website/BUGS.txt |
1 |
Known bugs in current version and older versions:
|
1 |
Known bugs in current and older versions:
|
2 |
|
2 |
|
3 |
Bugs that are listed in an older version section are supposedly fixed in
|
3 |
Bugs that are listed in an older version section are supposedly fixed in
|
4 |
later versions. Bugs listed in the topmost section may also exist in older
|
4 |
later versions. Bugs listed in the topmost section may also exist in older
|
5 |
versions.
|
5 |
versions.
|
6 |
|
6 |
|
7 |
Latest (recoll 1.9.0 + xapian 1.0.2):
|
7 |
Latest (recoll 1.10.2 + xapian 1.0.x):
|
|
|
8 |
|
|
|
9 |
- In a preview window, when walking the search term hits with the
|
|
|
10 |
Previous/Next buttons, 'Previous' actually acts as 'Next' (it does work
|
|
|
11 |
normally for the local search).
|
|
|
12 |
|
8 |
- If the user-chosen result list entry format results in several paragraphs
|
13 |
- If the user-chosen result list entry format results in several paragraphs
|
9 |
(in the qt textedit sense), right clicks will only work inside the first
|
14 |
(in the qt textedit sense), right clicks will only work inside the first
|
10 |
one for each entry.
|
15 |
one for each entry.
|
11 |
|
16 |
|
12 |
- NEAR crashes: 1.6 has added NEAR searches. Unlike what recoll did
|
17 |
- NEAR crashes: 1.6 has added NEAR searches. Unlike what recoll did
|
|
... |
|
... |
21 |
|
26 |
|
22 |
- Or apply the following patch to xapian, inside the
|
27 |
- Or apply the following patch to xapian, inside the
|
23 |
"api/" directory:
|
28 |
"api/" directory:
|
24 |
http://www.recoll.org/xapian/xapNearDistrib-1.0.patch
|
29 |
http://www.recoll.org/xapian/xapNearDistrib-1.0.patch
|
25 |
or fetch the already patched source:
|
30 |
or fetch the already patched source:
|
26 |
http://www.recoll.org/xapian/xapian-core-1.0.2-recollNEARpatch.tar.gz
|
31 |
http://www.recoll.org/xapian/xapian-core-1.0.5-recollNEARpatch.tar.gz
|
27 |
|
32 |
|
28 |
then recompile, and install.
|
33 |
then recompile, and install.
|
29 |
|
34 |
|
30 |
I hope that an equivalent fix will make it into xapian at some point (the
|
35 |
I hope that an equivalent fix will make it into xapian at some point (the
|
31 |
current fix is not completely correct but still handles most useful cases).
|
36 |
current fix is not completely correct but still handles most useful cases).
|
|
... |
|
... |
37 |
go away with Helvetica or Arial).
|
42 |
go away with Helvetica or Arial).
|
38 |
|
43 |
|
39 |
- When a mime type has an external viewer defined, but the actual file is
|
44 |
- When a mime type has an external viewer defined, but the actual file is
|
40 |
compressed (ie: xxx.txt.gz), recoll will try to start the external viewer
|
45 |
compressed (ie: xxx.txt.gz), recoll will try to start the external viewer
|
41 |
on the compressed file, which will not work in most cases.
|
46 |
on the compressed file, which will not work in most cases.
|
42 |
|
|
|
43 |
Problems have been reported indexing big mailstores (several hundreds of
|
|
|
44 |
thousands of messages): resulting in a very big database and even
|
|
|
45 |
crashes.
|
|
|
46 |
|
47 |
|
47 |
- Under some versions of KDE (ie: Fedora FC5 KDE 3.5.4-0.5.fc5), there is a
|
48 |
- Under some versions of KDE (ie: Fedora FC5 KDE 3.5.4-0.5.fc5), there is a
|
48 |
problem with the window stacking order. Opening the "browse" file
|
49 |
problem with the window stacking order. Opening the "browse" file
|
49 |
selection dialog from the advanced search dialog will stack the latter
|
50 |
selection dialog from the advanced search dialog will stack the latter
|
50 |
under the main window, possibly making it invisible. This is quite
|
51 |
under the main window, possibly making it invisible. This is quite
|
|
... |
|
... |
54 |
- Under Solaris, it is necessary to perform initial indexing with the
|
55 |
- Under Solaris, it is necessary to perform initial indexing with the
|
55 |
recollindex program (the recoll index thread doesn't work for creating
|
56 |
recollindex program (the recoll index thread doesn't work for creating
|
56 |
the database). Don't know the reason. Only idea I have is problem with
|
57 |
the database). Don't know the reason. Only idea I have is problem with
|
57 |
exception handling (recoll catches an exception while trying the
|
58 |
exception handling (recoll catches an exception while trying the
|
58 |
yet inexistant db).
|
59 |
yet inexistant db).
|
|
|
60 |
|
|
|
61 |
1.10.1 + xapian 1.0.x
|
|
|
62 |
|
|
|
63 |
- The decoding of base-64 data in emails fails in a relatively uncommon but
|
|
|
64 |
sometimes encountered case.
|
|
|
65 |
- The "Previous" button in the preview window would actually go forward
|
|
|
66 |
when walking the search terms
|
|
|
67 |
|
|
|
68 |
1.10.0
|
|
|
69 |
|
|
|
70 |
- If a filter fails while trying to extract the data from a file, the file
|
|
|
71 |
will not be indexed at all (not even the file name). The file
|
|
|
72 |
name should be indexed in this case. This happens in particular in the
|
|
|
73 |
very common case where the helper application is not installed (ie:
|
|
|
74 |
missing Exiftool -> no *.jpg names in the index).
|
|
|
75 |
|
|
|
76 |
- If several query language "ext:" qualifiers are specified, they will be
|
|
|
77 |
joined by an AND instead of OR, resulting in no results. Using an
|
|
|
78 |
explicit OR doesn't work (actually OR + field names is generally
|
|
|
79 |
broken). In some cases, you can use a "type:" qualifier as a workaround.
|
|
|
80 |
|
|
|
81 |
|
|
|
82 |
1.9.x
|
|
|
83 |
- Problems have been reported indexing big mailstores (several hundreds of
|
|
|
84 |
thousands of messages): resulting in a very big database and even
|
|
|
85 |
crashes.
|
|
|
86 |
|
59 |
|
87 |
|
60 |
1.8.2
|
88 |
1.8.2
|
61 |
- Under ubuntu (at least, maybe debian too), the default awk interpreter
|
89 |
- Under ubuntu (at least, maybe debian too), the default awk interpreter
|
62 |
(mawk) is ancient, and the recoll pdf input filter does not
|
90 |
(mawk) is ancient, and the recoll pdf input filter does not
|
63 |
work (removes all space characters). This can be solved by installing the
|
91 |
work (removes all space characters). This can be solved by installing the
|