daevaorn / djapian

High level Xapian integration for Django
Other
6 stars 3 forks source link

stemmed prefixed terms generated incorrectly #41

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
Stemmed prefixed terms should be generated as:

ZTAGfoo

not:

TAGZfoo 

as is currently the case.

Patch attached

Original issue reported on code.google.com by scott.wi...@gmail.com on 8 Feb 2009 at 1:26

Attachments:

GoogleCodeExporter commented 9 years ago
It would actually be preferable to use xapian.TermGenerator where possible but 
that
would require a fairly big refactor.

Original comment by scott.wi...@gmail.com on 8 Feb 2009 at 1:28

GoogleCodeExporter commented 9 years ago

Original comment by daevaorn on 9 Feb 2009 at 4:21

GoogleCodeExporter commented 9 years ago

Original comment by daevaorn on 14 Feb 2009 at 10:53

GoogleCodeExporter commented 9 years ago
Fixed with release 2.0

Original comment by daevaorn on 17 Feb 2009 at 3:15