Added a prefix_lookup() function, for suggestions.
[zzz-pokedex.git] / pokedex / lookup.py
2009-09-29  EeveeAdded a prefix_lookup() function, for suggestions.
2009-09-14  EeveeFixed use of split() in lookup. Now strips whitespace...
2009-08-25  EeveeAdded random lookup. #57
2009-08-25  EeveeWildcard lookup! #89
2009-08-25  EeveeSome minor lookup refactoring.
2009-08-24  EeveeAdded whoosh and sqlite files to .gitignore.
2009-08-23  EeveeAdded support for type: prefix and forme lookup. #15
2009-08-23  EeveeReturn correctly-cased foreign names from lookup. #15
2009-08-23  EeveeFinally weight lookup results by language. #15
2009-08-23  EeveeFlesh out lookup by number. #15
2009-08-22  EeveeAdded support for lookup by other language name. #15
2009-08-21  EeveeAdded lookup support for foreign language names. #15
2009-08-21  Eeveeopen_index was returning an index instead of a SpellChe...
2009-08-21  EeveeAllow lookup() callers to pass in their own whoosh...
2009-08-19  EeveeRemoved whoosh hacks; 0.3 obviates them. #15
2009-08-19  EeveeAdded setup command and made lookup work sanely. #15
2009-08-17  EeveeFixed whoosh index creation to work with 0.2.x. #15
2009-07-28  EeveeLookup search lowercases the term again; whoops. #15
2009-07-27  EeveeMerge branch 'master' of git@veekun.com:pokedex into...
2009-07-27  EeveeAdded moves, types, items, and abilities to lookup...
2009-07-26  EeveeRemoved the need for a spelling column in the lookup...
2009-07-25  EeveePokédex lookup now uses a whoosh index and spell-checke...
2009-07-21  EeveeStubbing out a lookup function. #15