Difference between revisions of "MusicBrainz API/Search/ReleaseGroupSearch"
From MusicBrainz Wiki
< MusicBrainz API | Search
(→Search Fields: Add release group’s first release date search field for https://tickets.metabrainz.org/browse/SEARCH-384) |
Reosarevok (talk | contribs) m (→Search Fields) |
||
(One intermediate revision by the same user not shown) | |||
Line 3: | Line 3: | ||
{| border="1" class="wikitable sortable" | {| border="1" class="wikitable sortable" | ||
|- | |- | ||
− | !Field !! Description | + | ! Field !! Description |
+ | |||
+ | |- | ||
+ | | alias || (part of) any [[Aliases|alias]] attached to the release group (diacritics are ignored) | ||
|- | |- | ||
− | | arid || MBID of the release | + | | arid || the MBID of any of the release group artists |
|- | |- | ||
− | | artist || release group | + | | artist || (part of) the combined credited artist name for the release group, including join phrases (e.g. "Artist X feat.") |
|- | |- | ||
− | | artistname || | + | | artistname || (part of) the name of any of the release group artists |
|- | |- | ||
− | | comment | + | | comment || (part of) the release group's disambiguation comment |
|- | |- | ||
− | | creditname || name of any | + | | creditname || (part of) the credited name of any of the release group artists on this particular release group |
|- | |- | ||
− | | firstreleasedate || date of the earliest release | + | | firstreleasedate || the release date of the earliest release in this release group (e.g. "1980-01-22") |
|- | |- | ||
− | | primarytype || primary type of the release group | + | | primarytype || the [[Release_Group/Type#Primary_types|primary type]] of the release group |
|- | |- | ||
− | | | + | | reid || the MBID of any of the releases in the release group |
|- | |- | ||
− | | | + | | release || (part of) the title of any of the releases in the release group |
|- | |- | ||
− | | | + | | releasegroup || (part of) the release group's title (diacritics are ignored) |
|- | |- | ||
− | | | + | | releasegroupaccent || (part of) the release group's title (with the specified diacritics) |
|- | |- | ||
− | | | + | | releases || the number of releases in the release group |
|- | |- | ||
− | | | + | | rgid || the release group's MBID |
|- | |- | ||
− | | secondarytype || secondary | + | | secondarytype || any of the [[Release_Group/Type#Secondary_types|secondary types]] of the release group |
|- | |- | ||
− | | status || status of | + | | status || the [[Release#Status|status]] of any of the releases in the release group |
|- | |- | ||
− | | tag || a tag | + | | tag || (part of) a tag attached to the release group |
|- | |- | ||
− | | type || | + | | type || legacy [[Release_Group/Type|release group type]] field that predates the ability to set multiple types ([https://github.com/metabrainz/musicbrainz-server/blob/f8bd7e9366eb6e836dfcee9b626e1ca969db1c4f/lib/MusicBrainz/Server/WebService/XMLSerializer.pm#L305-L326 see calculation code]) |
|} | |} | ||
− | + | If you don't specify a field, the terms will be searched for in the ''releasegroup'' field. |
Latest revision as of 15:29, 22 January 2021
Search Fields
The release group index contains the following fields you can search:
Field | Description |
---|---|
alias | (part of) any alias attached to the release group (diacritics are ignored) |
arid | the MBID of any of the release group artists |
artist | (part of) the combined credited artist name for the release group, including join phrases (e.g. "Artist X feat.") |
artistname | (part of) the name of any of the release group artists |
comment | (part of) the release group's disambiguation comment |
creditname | (part of) the credited name of any of the release group artists on this particular release group |
firstreleasedate | the release date of the earliest release in this release group (e.g. "1980-01-22") |
primarytype | the primary type of the release group |
reid | the MBID of any of the releases in the release group |
release | (part of) the title of any of the releases in the release group |
releasegroup | (part of) the release group's title (diacritics are ignored) |
releasegroupaccent | (part of) the release group's title (with the specified diacritics) |
releases | the number of releases in the release group |
rgid | the release group's MBID |
secondarytype | any of the secondary types of the release group |
status | the status of any of the releases in the release group |
tag | (part of) a tag attached to the release group |
type | legacy release group type field that predates the ability to set multiple types (see calculation code) |
If you don't specify a field, the terms will be searched for in the releasegroup field.