comparison CHANGES.txt @ 5108:67fad01d2009

issue2550653: xapian search, stemming is not working This is a partial fix for the issue. It does make stemming work (so searching for silent will also return docs with silently in them). However to do this we need to lowercase the text so the porter stemmer will work. This means capitalization is not preserved. Tests in test/test_indexer for xapian backend all pass. David Wolever (wolever) did the work.
author John Rouillard <rouilj@ieee.org>
date Mon, 27 Jun 2016 22:10:45 -0400
parents ca3e56590fcd
children 8901cc4ef0e0
comparison
equal deleted inserted replaced
5107:33ac07a7ef96 5108:67fad01d2009
167 some typos in .py files. John Rouillard. 167 some typos in .py files. John Rouillard.
168 - issue2550572: setting nosy=+foo on multiple issues gives them all 168 - issue2550572: setting nosy=+foo on multiple issues gives them all
169 the same exact nosy list. Fixed a missing reinitialization that has 169 the same exact nosy list. Fixed a missing reinitialization that has
170 to occur every time though the loop in do_set. Manual tests work. 170 to occur every time though the loop in do_set. Manual tests work.
171 (John Rouillard) 171 (John Rouillard)
172 172 - issue2550653: xapian search, stemming is not working
173 This is a partial fix for the issue. It does make stemming work
174 (so searching for silent will also return docs with silently in
175 them). However to do this we need to lowercase the text so the
176 porter stemmer will work. This means capitalization is not
177 preserved. Fix done by David Wolever (wolever). Committed and doc
178 updates John Rouillard.
179
173 2016-01-11: 1.5.1 180 2016-01-11: 1.5.1
174 181
175 Pay attention: 182 Pay attention:
176 183
177 If you have installed an intermediate version from our version control 184 If you have installed an intermediate version from our version control

Roundup Issue Tracker: http://roundup-tracker.org/