MusicBrainz API/Search/LabelSearch: Difference between revisions

From MusicBrainz Wiki
Jump to navigationJump to search
mNo edit summary
 
(8 intermediate revisions by 7 users not shown)
Line 1: Line 1:
====Search Fields====
====Search Fields====
The label index contains the following fields you can search:
The [[Label]] index contains the following fields you can search
{| border="1" class="wikitable sortable"
{| border="1" class="wikitable sortable"
|-
|-
| '''field''' || '''Description'''
! Field !! Description

|-
| alias || (part of) any [[Aliases|alias]] attached to the label (diacritics are ignored)
|-
| area || (part of) the name of the label's main associated area
|-
| begin || the label's begin date (e.g. "1980-01-22")
|-
| code || the [[Label/Label_Code|label code]] for the label (only the numbers, without "LC")
|-
|-
| comment || (part of) the label's disambiguation comment
| alias || the aliases/misspellings for this label
|-
|-
| country || the 2-letter code (ISO 3166-1 alpha-2) for the label's associated country
| begin || label founding date
|-
|-
| code || label code (only the figures part, i.e. without "LC")
| end || the label's end date (e.g. "1980-01-22")
|-
|-
| ended || a boolean flag (true/false) indicating whether or not the label has ended (is dissolved)
| comment || label comment to differentiate similar labels
|-
|-
| ipi || an IPI code associated with the label
| country || The [http://www.iso.org/iso/country_codes/iso_3166_code_lists/english_country_names_and_code_elements.htm two letter country code] of the label country
|-
|-
| isni || an ISNI code associated with the label
| end || label dissolution date
|-
|-
| label || (part of) the label's name (diacritics are ignored)
| ended || true if know ended even if do not know end date
|-
|-
| labelaccent || (part of) the label's name (with the specified diacritics)
| ipi || ipi
|-
|-
| label || label name
| laid || the label's MBID
|-
|-
| release_count || the amount of releases related to the label
| labelaccent || name of the label with any accent characters retained
|-
|-
| sortname || label sortname
| sortname || equivalent to name (labels no longer have separate sort names)
|-
|-
| tag || (part of) a tag attached to the label
| type || label type
|-
|-
| type || the label's [[Label/Type|type]]
| tag || folksonomy tag
|}
|}


Label search terms with no fields specified search the label, sortname and alias fields.
If you don't specify a field, the terms will be searched for in the ''alias'' and ''label'' fields.

Latest revision as of 12:20, 22 January 2021

Search Fields

The Label index contains the following fields you can search

Field Description
alias (part of) any alias attached to the label (diacritics are ignored)
area (part of) the name of the label's main associated area
begin the label's begin date (e.g. "1980-01-22")
code the label code for the label (only the numbers, without "LC")
comment (part of) the label's disambiguation comment
country the 2-letter code (ISO 3166-1 alpha-2) for the label's associated country
end the label's end date (e.g. "1980-01-22")
ended a boolean flag (true/false) indicating whether or not the label has ended (is dissolved)
ipi an IPI code associated with the label
isni an ISNI code associated with the label
label (part of) the label's name (diacritics are ignored)
labelaccent (part of) the label's name (with the specified diacritics)
laid the label's MBID
release_count the amount of releases related to the label
sortname equivalent to name (labels no longer have separate sort names)
tag (part of) a tag attached to the label
type the label's type

If you don't specify a field, the terms will be searched for in the alias and label fields.