ticketmaster-api / sdk-java

Ticketmaster Java SDK
http://developer.ticketmaster.com/
MIT License
19 stars 24 forks source link

Search Multiple Keywords? #24

Closed MalcolmMcFly closed 7 years ago

MalcolmMcFly commented 7 years ago

Is there a way to search for events using multiple keywords? For example, I'd like to get back a list of sports and music related events.

ledor473 commented 7 years ago

You should use the Event Search with the classificationId or classificationName for that instead of searching by keyword.

MalcolmMcFly commented 7 years ago

@ledor473 can we search multiple classifcationIds or multiple classificationNames, or are we limited to just 1 there as well?

ledor473 commented 7 years ago

@MalcolmMcFly Yes you can pass multiple values to both filter (e.g. ?classificationName=Rock,Pop)