|
I think the website should either display "release-group" (since that's the type the search actually uses) or "release group" (since that's the way release group is normally written). "releasegroup" though is just odd, it doesn't match any other usage in MB as far as I know. Should this ticket be reopened and moved to MBS then? In review with http://codereview.musicbrainz.org/r/2225/ |
||||||||||||||||||||||||||||||||||
Actually this incorrect, the Xml returned for searching annotations and for searching releasegroups always use 'release-group' rather than 'releasegroup' so it would be inconsistent to change it for annotations.
i.e
Annotation Search
<?xml version="1.0" encoding="UTF-8" standalone="yes"?><metadata xmlns="http://musicbrainz.org/ns/mmd-2.0#" xmlns:ext="http://musicbrainz.org/ns/ext#-2.0"><annotation-list offset="0" count="1"><annotation ext:score="100" type="release-group"><entity>aaa24cb5-404b-4f60-bba4-7b730325ae47</entity><name>3 Songs</name><text>Also known as Corduroy</text></annotation></annotation-list></metadata>
ReleaseGroup search
<metadata xmlns="http://musicbrainz.org/ns/mmd-2.0#" xmlns:ext="http://musicbrainz.org/ns/ext#-2.0"><release-group-list offset="0" count="1"><release-group ext:score="100" type="Single" id="52903501-1e29-3bb1-9819-b9281d8a8cf3"><title>Money $</title><artist-credit><name-credit><artist id="aec208a0-06a6-4610-a19d-8f7e3b251ef0"><name>Fischerman's Friend</name><sort-name>Fischerman's Friend</sort-name></artist></name-credit></artist-credit><release-list count="1"><release id="a8c6650b-f6fd-4b05-908f-7ea2d3671503"><title>Money $</title></release></release-list></release-group></release-group-list></metadata>
So when annotation displays releasegroup rather than release-group in the website that is because the website is translating the name, so we should either remove this translation on the website or just accept the website formats/changes things a little bit, for example when you select a search type from the dropdown list you select "Release Group" rather than "Releasegroup" or "release-group"