mikealmond / MusicBrainz

A PHP library to access MusicBrainz's Web Service v2
http://musicbrainz.org/doc/Development
MIT License
64 stars 26 forks source link

fixed escape character #9

Closed shrddr closed 10 years ago

shrddr commented 10 years ago

trying this: $brainz->search(new ReleaseFilter(array("release" => "-")));

getting this: http://musicbrainz.org/ws/2/release/?limit=25&offset=&fmt=json&query=release:/- 400 Bad Request

should be: http://musicbrainz.org/ws/2/release/?limit=25&offset=&fmt=json&query=release:- 200 OK

mikealmond commented 10 years ago

Thanks! Merged in 34bb823a0455a95cb2780fe66b68941dd41a885c