Can you fix the weird bug on search
Scenario: I have 1 shiny that is not favorite and 1 perfect that is not favorite
When I do the search
'!favorite&shiny,4*&!favorite', I get 2 results as intended
'!favorite&shiny,!favorite&4*', I get 1 result '!favorite&4*'
@PokemonGoApp Can you fix the weird bug on search
Scenario: I have 1 shiny that is not favorite and 1 perfect that is not favorite
When I do the search
'4*&!favorite,shiny&!favorite', I get 1 result same as '4*&!favorite'
'4*&!favorite,!favorite&shiny', I get 0 result
Can you fix the weird bug on search
Scenario: I have 1 shiny that is not favorite and 1 perfect that is not favorite
When I do the search
'shiny&!favorite,4*&!favorite', I get 1 result same as 'shiny&!favorite'
'shiny&!favorite,!favorite&4*', I get 0 result