Random lookup algorithm is now more naive, but less broken.
[zzz-pokedex.git] / pokedex / lookup.py
2011-04-03  EeveeRandom lookup algorithm is now more naive, but less...
2011-03-29  EeveeMerge remote-tracking branch 'origin/ability-changes'
2011-03-29  EeveeMerge branch 'schema-sanity'
2011-03-24  EeveeRemoved ProseColumn and TextColumn. Huzzah.
2011-03-13  EeveeMerge branch 'encukou'
2011-03-13  Petr ViktorinMake lookup index respect the moved names
2010-11-30  ZhorkenOverhaul the Pokémon form schema. #286 #179 #379
2010-09-13  EeveeCrash fix: lookup with empty prefixes.
2010-09-13  EeveeFixes for Whoosh 1.0, and better index recreation.
2010-08-25  EeveeMake user and code valid_types not interfere when one...
2010-08-25  EeveeReturn more than just ten results for wildcard lookups...
2010-08-25  EeveeAllow restricting lookup by language, with a @ja: prefi...
2010-07-08  EeveeSignificantly improved lookup fuzzy matching.
2010-07-08  EeveeFuzzy lookup results were not respecting type limits.
2010-05-25  a_magical_mePython 2.5 compatibility
2010-05-14  a_magical_meFactor out logic for finding the default db/index....
2010-05-13  EeveeMake plumbing respect the same env vars as the CLI...
2010-05-13  EeveeSplit PokedexLookup(recreate=True) into its own method...
2010-04-30  EeveeLookup now respects "ability" as a lookup type.
2010-04-28  EeveeLet lookup accept hex/octal/binary numbers.
2010-04-19  EeveeRefactored valid-type handling in lookup.
2010-04-19  EeveeSupport natures in lookup.
2010-03-29  EeveeFixed lookup tests to, um, run.
2010-03-29  EeveeAdd locations to lookup. Wow, easy.
2010-03-29  EeveeRemove special lookup logic for forms.
2010-03-29  EeveeRemoved forme_name from lookup; added indexed_name...
2010-03-29  EeveeLookup index now contains default form names.
2010-03-22  EeveeTotally overhauled lookup to use a class.
2010-03-22  EeveeMake lookup ignore accent marks.
2010-03-15  EeveeLookup no longer crashes if all type prefixes are bogus.
2010-02-02  EeveeFixed comments in pokedex.lookup.
2009-11-24  EeveeAdded ISO-3166 country codes to languages table and...
2009-10-11  EeveePrefix lookup is now case-insensitive.
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