I'm so slow... I've been trying to figure out how to filter #PokemonGo by more than one term. And, despite having done database programming, used advanced operators on search engines, joined strings... my "boxify" brain didn't consider the simple ampersand.

Sadly I can't figure a negative filter, but I'm glad to have patched my stupidity.

+eevee|buddy2-5

I had to fiddle with the search string and order, but the above filtered my pokémon by the eevee evolution, where they were at least body first status.

I cannot get type filtering to do what I want - e.g. Dragon but not Ground type.

#PokemonGo

https://niantic.helpshift.com/hc/en/6-pokemon-go/faq/1486-searching-filtering-your-pokemon-inventory/

Searching & Filtering your Pokémon Inventory — Pokémon GO Help Center

As your Pokémon collection grows, you can use keyword searches to quickly and easily narrow down the list of Pokémon that you have caught. SEARCHING

@FibroJedi use “!”, so “dragon&!ground” would show dragons that are also not ground, but using a comma like “dragon,!ground” would show all dragons and anything not ground.