jakemmarsh / monolist-music-web

The web application for the now-defunct music app Monolist.
1 stars 0 forks source link

Bandcamp search weirdly strict? #65

Open humidair1999 opened 8 years ago

humidair1999 commented 8 years ago

I've noticed searches for songtitles containing words that I know exist on Bandcamp don't come up. For instance, the song "Showering with Wine" by the band Sunshine - searching "wine" brings back no results at all, while "showering" does bring the song up.

jakemmarsh commented 8 years ago

I'm not really sure this is avoidable on our end. Their search is a bit weird in the first place, and we're getting results by scraping: https://github.com/jakemmarsh/node-bandcamp/blob/master/lib/bandcamp.js#L53