|
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 (1.9.0 + xapian 1.0.2):
|
7 |
Latest (recoll 1.9.0 + xapian 1.0.2):
|
8 |
- If the user-chosen result list entry format results in several paragraphs
|
8 |
- 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
|
9 |
(in the qt textedit sense), right clicks will only work inside the first
|
10 |
one for each entry.
|
10 |
one for each entry.
|
11 |
|
11 |
|
12 |
- NEAR crashes: 1.6 has added NEAR searches. Unlike what recoll did
|
12 |
- NEAR crashes: 1.6 has added NEAR searches. Unlike what recoll did
|
|
... |
|
... |
19 |
- Prevent expansion of NEAR terms (possibly except one) by
|
19 |
- Prevent expansion of NEAR terms (possibly except one) by
|
20 |
capitalizing them.
|
20 |
capitalizing them.
|
21 |
|
21 |
|
22 |
- Or apply the following patch to xapian, inside the
|
22 |
- Or apply the following patch to xapian, inside the
|
23 |
"api/" directory:
|
23 |
"api/" directory:
|
24 |
http://www.recoll.org/xapian/xapNearDistrib.patch
|
24 |
http://www.recoll.org/xapian/xapNearDistrib-1.0.patch
|
25 |
or fetch the already patched source:
|
25 |
or fetch the already patched source:
|
26 |
http://www.recoll.org/xapian/xapian-core-0.9.10-recollNEARpatch.tar.gz
|
26 |
http://www.recoll.org/xapian/xapian-core-1.0.2-recollNEARpatch.tar.gz
|
27 |
|
27 |
|
28 |
then recompile, and install.
|
28 |
then recompile, and install.
|
29 |
|
29 |
|
30 |
I hope that an equivalent fix will make it into xapian at some point (the
|
30 |
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).
|
31 |
current fix is not completely correct but still handles most useful cases).
|