MusicBrainz API/Search/AnnotationSearch: Difference between revisions

From MusicBrainz Wiki
Jump to navigationJump to search
(New page: ====Search Fields==== The annotation index contains the following fields you can search: {| border="1" class="wikitable sortable" |- ! Field !! Description |- | text || The content of ...)
 
(5 intermediate revisions by 2 users not shown)
Line 1: Line 1:
====Search Fields====
====Search Fields====
The annotation index contains the following fields you can search:
The [[Annotation|annotation]] index contains the following fields you can search:
{| border="1" class="wikitable sortable"
{| border="1" class="wikitable sortable"
|-
|-
! Field !! Description
! Field !! Description
|-
|-
| name || the annotated entity's name or title
| text || The content of the annotation
|-
|-
| entity || the annotated entity's MBID
| type || The entity type (artist, releasegroup, release, recording, work, label)
|-
|-
| text || the annotation's content (includes wiki formatting)
| name || The name of the entity
|-
|-
| entity || The entity's MBID
| 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.