|
a/website/BUGS.html |
|
b/website/BUGS.html |
|
... |
|
... |
33 |
|
33 |
|
34 |
<p><i>Bugs that are listed in an older version section are
|
34 |
<p><i>Bugs that are listed in an older version section are
|
35 |
supposedly fixed in later versions. Bugs listed in the
|
35 |
supposedly fixed in later versions. Bugs listed in the
|
36 |
topmost section may also exist in older versions.</i></p>
|
36 |
topmost section may also exist in older versions.</i></p>
|
37 |
|
37 |
|
38 |
<h2>Latest (recoll 1.11.0 + xapian 1.0.x)</h2>
|
38 |
<h2>Latest (recoll 1.11.2 + xapian 1.0.x)</h2>
|
39 |
<ul>
|
39 |
<ul>
|
|
|
40 |
|
|
|
41 |
<li>Performing a full index with release 1.11, over a version
|
|
|
42 |
created with a much older recoll release may sometimes end
|
|
|
43 |
with an error saying "backend doesn't implement metadata".
|
|
|
44 |
If this happens, you need to delete the index directory
|
|
|
45 |
(typically <em>~/.recoll/xapiandb/</em>) and restart
|
|
|
46 |
indexing. For big indexes, removing the directory preventively
|
|
|
47 |
may be a smart move to avoid losing time.</li>
|
40 |
|
48 |
|
41 |
<li> When Recoll is built with qt 4.4.0, the icons in the
|
49 |
<li> When Recoll is built with qt 4.4.0, the icons in the
|
42 |
result list are all displayed at the top of the page and
|
50 |
result list are all displayed at the top of the page and
|
43 |
garbled. This appears to be a qt bug, fixed in 4.4.1. Use
|
51 |
garbled. This appears to be a qt bug, fixed in 4.4.1. Use
|
44 |
either qt 4.3.x or 4.4.1
|
52 |
either qt 4.3.x or 4.4.1
|
45 |
|
53 |
|
46 |
<li> If the user-chosen result list entry format results in
|
54 |
<li> If the user-chosen result list entry format results in
|
47 |
several paragraphs (in the qt textedit sense), right clicks
|
55 |
several paragraphs (in the qt textedit sense), right clicks
|
48 |
will only work inside the first one for each entry.
|
56 |
will only work inside the first one for each entry.
|
|
|
57 |
|
|
|
58 |
<li>The "Copy file name" and "Copy URL" entries of the
|
|
|
59 |
right-click menus only copy the data to the X11 primary
|
|
|
60 |
selection (use middle-button click to paste). This is
|
|
|
61 |
probably a mistake, the data should be copied to the
|
|
|
62 |
clipboard too (permitting the use of the "Paste" edit menu
|
|
|
63 |
entry or Ctrl+V in the target).
|
49 |
|
64 |
|
50 |
<li> When a mime type has an external viewer defined, but the
|
65 |
<li> When a mime type has an external viewer defined, but the
|
51 |
actual file is compressed (ie: xxx.txt.gz), recoll will try
|
66 |
actual file is compressed (ie: xxx.txt.gz), recoll will try
|
52 |
to start the external viewer on the compressed file, which
|
67 |
to start the external viewer on the compressed file, which
|
53 |
will not work in most cases.
|
68 |
will not work in most cases.
|
|
... |
|
... |
96 |
<li> Under Solaris, it is necessary to perform initial indexing with the
|
111 |
<li> Under Solaris, it is necessary to perform initial indexing with the
|
97 |
recollindex program (the recoll index thread doesn't work for creating
|
112 |
recollindex program (the recoll index thread doesn't work for creating
|
98 |
the database). Don't know the reason. Only idea I have is problem with
|
113 |
the database). Don't know the reason. Only idea I have is problem with
|
99 |
exception handling (recoll catches an exception while trying the
|
114 |
exception handling (recoll catches an exception while trying the
|
100 |
yet inexistant db).</li>
|
115 |
yet inexistant db).</li>
|
|
|
116 |
</ul>
|
|
|
117 |
|
|
|
118 |
<h2>1.11.1</h2>
|
|
|
119 |
<ul>
|
|
|
120 |
<li>Unicode space characters like
|
|
|
121 |
<em>0x3000, Ideographic space</em>
|
|
|
122 |
where not detected inside user entries like the main
|
|
|
123 |
interface search entry. Badly parsed searches would retrieve no
|
|
|
124 |
results, when the same search entered with ascii space characters
|
|
|
125 |
would have succeeded.</li>
|
|
|
126 |
<li>Spaces were inserted inside CJK strings when building
|
|
|
127 |
abstracts for the result list.</li>
|
101 |
</ul>
|
128 |
</ul>
|
102 |
|
129 |
|
103 |
<h2>1.10.6</h2>
|
130 |
<h2>1.10.6</h2>
|
104 |
<ul>
|
131 |
<ul>
|
105 |
<li> If the locale is not utf-8, non-ascii command line
|
132 |
<li> If the locale is not utf-8, non-ascii command line
|