MusicBrainz API/Search/AnnotationSearch: Difference between revisions

From MusicBrainz Wiki
Jump to navigationJump to search
(2 intermediate revisions by one other user not shown)
Line 3: Line 3:
{| border="1" class="wikitable sortable"
{| border="1" class="wikitable sortable"
|-
|-
! Field !! Description
! Field !! Description
|-
|-
| name || the annotated entity's name or title
| name || the annotated entity's name or title
|-
|-
| entity || the annotated entity's MBID
| entity || the annotated entity's MBID
|-
|-
| text || the annotation's content (includes wiki formatting)
| text || the annotation's content (includes wiki formatting)
|-
|-
| type || the annotated entity's entity type
| type || the annotated entity's entity type
|}
|}
Query terms without a field specifier will search the ''name'', ''text'' and ''type'' fields.

Revision as of 00:06, 8 July 2020

Search Fields

The annotation index contains the following fields you can search:

Field Description
name the annotated entity's name or title
entity the annotated entity's MBID
text the annotation's content (includes wiki formatting)
type the annotated entity's entity type

Query terms without a field specifier will search the name, text and type fields.