Removed the need for a spelling column in the lookup index. #15
authorEevee <git@veekun.com>
Sun, 26 Jul 2009 07:37:37 +0000 (00:37 -0700)
committerEevee <git@veekun.com>
Sun, 26 Jul 2009 07:37:37 +0000 (00:37 -0700)
Whoosh's spelling module unfortunately ignores any "words" that don't
look like words, even though the algorithm words fine with arbitrary
input.

I had to clone some code from whoosh.spelling, but avoiding the
isalpha() check solved a bunch of problems.  Now the index happily
compares against anything I feed into it.


No differences found