|
a/website/BUGS.txt |
|
b/website/BUGS.txt |
|
... |
|
... |
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:
|
7 |
Latest (1.6.2):
|
8 |
|
8 |
|
9 |
- 1.6 NEAR crashes: 1.6 has added NEAR searches. Unlike what recoll did
|
9 |
- 1.6 NEAR crashes: 1.6 has added NEAR searches. Unlike what recoll did
|
10 |
with PHRASES, stemming expansion is performed on terms inside NEAR
|
10 |
with PHRASES, stemming expansion is performed on terms inside NEAR
|
11 |
clauses (except if prevented by a capitalized entry of course). There is
|
11 |
clauses (except if prevented by a capitalized entry of course). There is
|
12 |
a bug in Xapian at least up to 0.9.9, where NEAR does not support
|
12 |
a bug in Xapian at least up to 0.9.9, where NEAR does not support
|
13 |
multiple OR subclauses, as would result from a multiple expansion. This
|
13 |
multiple OR subclauses, as would result from a multiple expansion. This
|
14 |
manifests itself by a 'not implemented' Xapian exception and a recoll
|
14 |
manifests itself by a 'not implemented' Xapian exception. Workarounds:
|
15 |
crash. Workarounds:
|
|
|
16 |
|
15 |
|
17 |
- Prevent expansion of NEAR terms (possibly except one) by
|
16 |
- Prevent expansion of NEAR terms (possibly except one) by
|
18 |
capitalizing them.
|
17 |
capitalizing them.
|
19 |
|
18 |
|
20 |
- Or apply the following patch to xapian 0.9.9, inside the "api/"
|
19 |
- Or apply the following patch to xapian 0.9.9, inside the "api/"
|
|
... |
|
... |
46 |
selection dialog from the advanced search dialog will stack the latter
|
45 |
selection dialog from the advanced search dialog will stack the latter
|
47 |
under the main window, possibly making it invisible. This is quite
|
46 |
under the main window, possibly making it invisible. This is quite
|
48 |
probably a Kwin bug, possibly related to
|
47 |
probably a Kwin bug, possibly related to
|
49 |
http://bugs.kde.org/show_bug.cgi?id=79183 or a correction thereof.
|
48 |
http://bugs.kde.org/show_bug.cgi?id=79183 or a correction thereof.
|
50 |
|
49 |
|
|
|
50 |
- Under Solaris, it is necessary to perform initial indexing with the
|
|
|
51 |
recollindex program (the recoll index thread doesn't work for creating
|
|
|
52 |
the database). Don't know the reason. Only idea I have is problem with
|
|
|
53 |
exception handling (recoll catches an exception while trying the
|
|
|
54 |
yest inexistant db).
|
|
|
55 |
|
|
|
56 |
***************************************************************************
|
51 |
1.5.10
|
57 |
1.5.10
|
52 |
- If a defaultcharset was set in the configuration file for a subdirectory,
|
58 |
- If a defaultcharset was set in the configuration file for a subdirectory,
|
53 |
it would stay in effect for all subsequent files/directories (except if
|
59 |
it would stay in effect for all subsequent files/directories (except if
|
54 |
explicitely overridden), potentially causing many transcoding errors.
|
60 |
explicitely overridden), potentially causing many transcoding errors.
|
55 |
|
61 |
|