MusicBrainz API/Search/UrlSearch: Difference between revisions

From MusicBrainz Wiki
Jump to navigationJump to search
(Initial version, based on the Java search server sources. Searches currently do not return results, so exact behaviour remains unclear.)
 
(3 intermediate revisions by one other user not shown)
Line 1: Line 1:
====Search Fields====
====Search Fields====
The URL index contains these fields you can search:
The [[URL]] index contains these fields you can search:
{| border="1" class="wikitable sortable"
{| border="1" class="wikitable sortable"
|-
|-
! Field !! Description
| '''field''' || '''Description'''
|-
|-
| relationtype || the type of relationship via which the URL is tied to another entity (?)
| relationtype || the type of a relationship attached to the URL
|-
|-
| targetid || the MBID of an entity the URL is related to (?)
| targetid || the MBID of an entity related to the URL
|-
|-
| targettype || the type of entity the URL is related to (?)
| targettype || an entity type related to the URL
|-
|-
| uid || the MBID for the URL
| uid || the URL's MBID
|-
|-
| url || the URL itself
| url || the URL itself

|-
| urlstore || ?
|}
|}

Url search terms with no fields specified search ?.

Revision as of 00:15, 8 July 2020

Search Fields

The URL index contains these fields you can search:

Field Description
relationtype the type of a relationship attached to the URL
targetid the MBID of an entity related to the URL
targettype an entity type related to the URL
uid the URL's MBID
url the URL itself