1
0
Fork 0
mirror of https://github.com/veekun/pokedex.git synced 2024-08-20 18:16:34 +00:00
Commit graph

53 commits

Author SHA1 Message Date
Eevee
cce9c26125 Removed the need for a spelling column in the lookup index.
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.
2009-07-26 00:37:37 -07:00
Eevee
b13ffac247 Pokédex lookup now uses a whoosh index and spell-checker. 2009-07-25 01:28:33 -07:00
Eevee
f23a3401f2 Stubbing out a lookup function. 2009-07-21 00:12:25 -07:00