Skip to content

Commit c51a019

Browse files
committed
Added x-roundup-issue-id to FAQ which discusses other x-roundup header
filtering. Documented workaround for flint not supported error in xapian. Flint was apparently removed post 1.2.x from xapian. Addresses https://issues.roundup-tracker.org/issue2551009.
1 parent 2b67964 commit c51a019

File tree

3 files changed

+21
-3
lines changed

3 files changed

+21
-3
lines changed

CHANGES.txt

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -140,6 +140,9 @@ Fixed:
140140
default config.ini based on configuration.py.
141141
- issue2551040: New release of psycopg2 drops support for psycopg1 -
142142
need to rewrite. Now uses psycopg2 throughout. (John Rouillard)
143+
- issue2551009: Flint not supported error during reindex. Upgrading
144+
doc updates to discuss this when reindexing. (Reported by Gabi,
145+
Change by John Rouillard)
143146

144147
2018-07-13 1.6.0
145148

doc/FAQ.txt

Lines changed: 8 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -244,8 +244,14 @@ or
244244
X-Roundup-issue-category: Network, Security, Linux
245245

246246
Then you can set up a filter looking for X-Roundup-issue-category
247-
followed by Network or Security in your mail program. Directions on
248-
using your mail program ae beyond the scope of theis FAQ entry.
247+
followed by Network or Security in your mail program.
248+
249+
Also for newer (post version 1.6.X) releases there is also a header:
250+
251+
X-Roundup-issue-Id: 22
252+
253+
for messages from issue22. Directions on using your mail program are
254+
beyond the scope of this FAQ entry.
249255

250256
(If you don't see a header for a multilink or link property, look for
251257
msg_header_property in the roundup docs. In some cases you have to

doc/upgrading.txt

Lines changed: 10 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -334,7 +334,16 @@ the indexer value. If this is failing most likely you need to set
334334

335335
Alternatively you can do a
336336
'''roundup-admin -i /path/to/tracker reindex'''
337-
to generate a new index using roundup's preferred indexer from the list above.
337+
to generate a new index using roundup's preferred indexer from the
338+
list above.
339+
340+
Xapian error with flint when reindexing
341+
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
342+
If you reindex and are using xapian, you may get the error that
343+
"flint" is not supported (looks like flint was removed after xapian
344+
1.2.x). To fix this, you can delete the full text search database
345+
located in the tracker home directory in the file '''db/text-index'''
346+
and then perform a reindex.
338347

339348
Stemming improved in Xapian Indexer
340349
-----------------------------------

0 commit comments

Comments
 (0)