duckduckgo / zeroclickinfo-spice

DuckDuckGo Instant Answers based on JavaScript (JSON) APIs
https://duckduckhack.com/
Other
549 stars 942 forks source link

SeatGeek: Maybe "amanda palmer tickets" should be the same as "amanda palmer concerts" #1585

Closed jagtalon closed 8 years ago

jagtalon commented 9 years ago

Not sure how hard this is to do especially since "tickets" could either mean concerts or sports or actually any event.

https://duck.co/ia/view/seat_geek_events_by_artist

marianosimone commented 9 years ago

I made a small change in #1975 that takes care of this.

However, there's an alternative for this solution, that would involve merging EventsByArtist with Sports, and deciding if the taxonomies.name(as documented here) should be included or not, depending on some keywords to be present (e.g. "game", "match" vs "concert", "gig")

russellholt commented 9 years ago

'tour' and 'tour dates' would improve this, also.

moollaza commented 9 years ago

@marianosimone I believe we attempted to have a unified Instant Answer that looked through the taxonomies but we didn't end up going down that route.

@jagtalon do you remember why?