pkbigmarsh / Gen-Con-Buddy-API

1 stars 0 forks source link

Enum searches don't work #3

Open myasonik opened 5 months ago

myasonik commented 5 months ago

Examples:

https://pacific-plains-10689-8ac0e606559a.herokuapp.com/api/events/search?ageRequired=kids

https://pacific-plains-10689-8ac0e606559a.herokuapp.com/api/events/search?experienceRequired=none

https://pacific-plains-10689-8ac0e606559a.herokuapp.com/api/events/search?attendeeRegistration=open

https://pacific-plains-10689-8ac0e606559a.herokuapp.com/api/events/search?eventType=SEM

myasonik commented 5 months ago

This is the only key:value that seems to work

https://pacific-plains-10689-8ac0e606559a.herokuapp.com/api/events/search?specialCategory=none

So I'm guessing you did something special here