gcivil-nyu-org / match-a-pet

0 stars 1 forks source link

Filters not working as expected #138

Closed joshganguly closed 3 years ago

joshganguly commented 3 years ago

Filtering by anything other than Pet color does not work at all. Pet color needs to be part of the filter always otherwise it doesn't return any results

Expected Behavior

All the filters listed next to the Filter button should work

Current Behavior

http://match-a-pet.herokuapp.com/view_pets/?pet_name=&pet_breed=shepherd&pet_color=&pet_gender= or http://match-a-pet.herokuapp.com/view_pets/?pet_name=Liam&pet_breed=shepherd&pet_color=&pet_gender= doesn't work

Context (Environment)

User will be unable to filter without specifying the color which he/she might not know or be interested in filtering out.

benji7890 commented 3 years ago

duplicate