Pokémon Storage System: Difference between revisions

→‎In other games: actually a whole lotta search terms and weird string tricks. re-structuring the entire list
(→‎Pokémon GO: missing a few older terms too)
(→‎In other games: actually a whole lotta search terms and weird string tricks. re-structuring the entire list)
Line 799: Line 799:
In the case of a tie on the sorting criteria (such as multiple favorite Pokémon or Pokémon with full HP), the tied Pokémon are sorted by Combat Power in descending order.  
In the case of a tie on the sorting criteria (such as multiple favorite Pokémon or Pokémon with full HP), the tied Pokémon are sorted by Combat Power in descending order.  


The Pokémon storage screen also allows the player to search Pokémon by name or species; the search results will return any Pokémon whose species name or nickname begins with the searched string. Starting in [[Pokémon GO#Version history|version]] 0.67.1 (labeled 1.37.1 in the {{wp|App Store (iOS)|iOS App Store}}), released on June 20, 2017, the search bar also supports key terms that are not searched as literal strings. It is possible to search for a union of key phrases by separating them with commas (e.g. "fire, evolve" displays all Pokémon that are Fire-type or can evolve). The supported key terms are as follows:
The player can also hold a press on a Pokémon to activate a [[Released Pokémon|transfer]] mode where they can mark multiple Pokémon to be sent to [[Professor Willow]]. This feature was added in [[Pokémon GO#Version history|version]] 0.49.1 (labeled 1.19.1 in the {{wp|App Store (iOS)|iOS App Store}}), which was released on December 8, 2016
* Searching a [[type]] name shows all Pokémon of that type.
 
* Searching CP or HP followed by a number or range (e.g. "CP 200-500" or "HP 100") shows all Pokémon whose CP or HP (respectively) matches that search (inclusive).
====Search queries====
* Searching a specific number or range of numbers (e.g. "15" or "50-100") shows all Pokémon whose Pokédex number matches that search (inclusive).
The Pokémon storage screen also allows the player to search Pokémon by name or species; the search results will return any Pokémon whose species name or nickname begins with the searched string. Starting in [[Pokémon GO#Version history|version]] 0.67.1 (labeled 1.37.1 in the {{wp|App Store (iOS)|iOS App Store}}), released on June 20, 2017, the search bar also supports key terms that are not searched as literal strings.  
* Searching "evolve" shows all Pokémon for which the player has the necessary [[Candy]] and item (if any) to evolve.
 
** Searching "item" narrows this down to Pokémon with item-induced evolutions
;Search terms
* Searching "traded" shows all Pokémon received from a [[trade]]
* ''string'' — Pokémon whose species name or nickname begins with the text
* Searching "shiny" shows all [[Shiny Pokémon]]
** '''+'''''string'' — the above and any Pokémon in the same evolutionary family (e.g. "+Meowth" returns any instances of Meowth or Persian)
* Searching "lucky" shows all [[Trade#Lucky Pokémon|Lucky Pokémon]]
*** Player must have a Pokémon that matches ''string'' to work. If the player only has a Persian and no Meowth, "+Meowth" will not return any results
* Searching "legendary" shows all [[Legendary Pokémon]]
* Numeric searches
* Searching "mythical" shows all [[Mythical Pokémon]]
** ''number'' — Pokémon whose Pokédex index matches the searched number (e.g. "3" returns Venusaur)
* Searching "egg" shows all Pokémon that were hatched from an {{pkmn|Egg}}
** ''number'''''-'''''number'' — Pokémon whose Pokédex index inclusively falls between the two searched numbers (e.g. "1-151" returns all Kanto Pokémon")
* Searching "baby" shows all [[baby Pokémon]]
** ''number'''''-''' — Pokémon whose Pokédex index is at least the searched number (e.g. "151-" returns all non-Kanto Pokémon)
** '''-'''''number'' — Pokémon whose Pokédex index is at most the searched number (e.g. "-9" returns all Pokémon up to Blastoise)
** Adding '''cp''' or '''hp''' in front searches Pokémon based on CP or HP (respectively) instead of Pokédex index (e.g. '''cp1000-2000''' returns all Pokémon whose CP are between 1000 and 2000)
* ''type'' — all Pokémon of that [[type]]
* All move set searches begin with '''@'''
** '''@'''''type'' — Pokémon with a move of the searched type
** '''@'''''move'' — Pokémon with the searched [[move]]
** '''@weather''' — Pokémon with a [[weather]]-boosted move
** '''@1''' followed by ''type'', ''move'', or '''weather''' — Pokémon whose Fast Attack that fits the criteria (e.g. "@1bug" returns all Pokémon with a Bug-type Fast Attack)
** '''@2''' followed by ''type'', ''move'', or '''weather''' — Pokémon whose first Charged Attack fits the criteria
** '''@3''' followed by ''type'', ''move'', or '''weather''' — Pokémon whose second Charged Attack fits the criteria
* '''evolve''' — all Pokémon for which the player has the necessary [[Candy]] and item (if any) to [[evolution|evolve]].
** '''item''' — the above narrowed down to Pokémon with item-induced evolutions
* '''defender''' — Pokémon currently defending a {{OBP|Gym|GO}}
* '''traded''' — Pokémon received from a [[trade]]
* '''alola''' — [[Regional_variant#Alola|Alola form]] Pokémon
* '''shiny''' — [[Shiny Pokémon]]
* '''lucky''' — [[Trade#Lucky Pokémon|Lucky Pokémon]]
* '''legendary''' — [[Legendary Pokémon]]
* '''mythical''' — [[Mythical Pokémon]]
* '''hatched''' — Pokémon that were hatched from an {{pkmn|Egg}}
* '''baby''' — all [[baby Pokémon]]
 
;Operands
* ''',''' — union of searches (e.g. "fire,evolve" displays all Pokémon that are Fire-type or can evolve)
* '''&''' — intersection of searches (e.g. "shiny&swinub" displays all Shiny Swinub)
* '''!''' — Pokémon that do not fit the searched term (e.g. "!water" displays all Pokémon that are not Water-type)


The player can also hold a press on a Pokémon to activate a [[Released Pokémon|transfer]] mode where they can mark multiple Pokémon to be sent to [[Professor Willow]]. This feature was added in [[Pokémon GO#Version history|version]] 0.49.1 (labeled 1.19.1 in the {{wp|App Store (iOS)|iOS App Store}}), which was released on December 8, 2016
{{-}}
{{-}}