Roundup Tracker - Issues

Message4075

Author wolever
Recipients ThomasAH, ber, jvstein, olly, wolever
Date 2010-06-28.13:03:48
Message-id <1277730228.76.0.399335405277.issue2550653@psf.upfronthosting.co.za>
In-reply-to
> I am also not quite sure about your comment in msg4065.
> You are saying that capitals will not be preserved and that this
> is correct?
Sorry — I'm saying that capitalization will *not* be preserved and that this is *incorrect*.

Because Xapian is case-sensitive (in certain circumstances), the Xapian indexer should never 
change the case of text. As far as I can tell, this should be as simple as removing the calls to 
'.upper()' from 'indexer_xapian.py'.

When I get a chance, I'll bang up the unit tests and a fix.
History
Date User Action Args
2010-06-28 13:03:48woleversetmessageid: <1277730228.76.0.399335405277.issue2550653@psf.upfronthosting.co.za>
2010-06-28 13:03:48woleversetrecipients: + wolever, ber, ThomasAH, olly, jvstein
2010-06-28 13:03:48woleverlinkissue2550653 messages
2010-06-28 13:03:48wolevercreate