veekun / pokedex

more than you ever wanted to know about Pokémon
MIT License
1.44k stars 637 forks source link

Pokemon searches do not list hidden abilities in printout #191

Open SadisticMystic opened 7 years ago

SadisticMystic commented 7 years ago

Compare the following lists:

http://veekun.com/dex/moves/hyper%20beam#pokemon:machine

http://veekun.com/dex/pokemon/search?sort=id&evolution_position=last&evolution_position=only

Mostly the same Pokemon in both, but the first table includes the hidden ability options in italics, while the second one neglects to do so. This is true even when you do an explicit search on the ability field: searching for "Analytic" gives 12 results, but not one of them actually lists the ability directly unless you go from the ability page instead of the search page. Dex search ought to at least be brought up to feature parity with the other kinds of pages.

magical commented 7 years ago

You can get the hidden abilities in a separate column using the "custom table" display option. https://veekun.com/dex/pokemon/search?sort=id&column=icon&column=name&column=type&column=ability&column=hidden_ability&column=gender&column=egg_group&column=stat_hp&column=stat_attack&column=stat_defense&column=stat_special_attack&column=stat_special_defense&column=stat_speed&column=stat_total&evolution_position=last&evolution_position=only&display=custom-table

I agree that this is less than ideal.