mirror of
https://github.com/veekun/pokedex.git
synced 2024-08-20 18:16:34 +00:00
Add Conquest kingdoms and warriors to the lookup.
This commit is contained in:
parent
22a079390d
commit
dc5279cd7a
1 changed files with 5 additions and 0 deletions
|
@ -87,6 +87,8 @@ _table_order = dict(
|
|||
types=5,
|
||||
locations=6,
|
||||
natures=7,
|
||||
conquest_warriors=8,
|
||||
conquest_kingdoms=9,
|
||||
)
|
||||
def _table_facet_impl(searcher, docnum):
|
||||
u"""Implements a sort that puts different "types" of results in a
|
||||
|
@ -116,6 +118,9 @@ class PokedexLookup(object):
|
|||
tables.PokemonSpecies,
|
||||
tables.PokemonForm,
|
||||
tables.Type,
|
||||
|
||||
tables.ConquestKingdom,
|
||||
tables.ConquestWarrior
|
||||
)
|
||||
)
|
||||
|
||||
|
|
Loading…
Reference in a new issue