Page type "Area-Relationships" tab is missing or actually wongly located

While working on my userscript MusicBrainz: Accumulate Paginated MusicBrainz Pages With Filtering And Sorting Capabilities to also support the missing page types I noticed on the Area-Releases page (e.g. for the United States) a discrepancy to the rest of all the other MusicBrainz pages, as can be seen in the following screenshot:

Under the main “Releases” tab there is NOT only the Releases table located but when you scroll down, also the “Relationships” table data, which I would assume to have it’s own tab, like for example in the Artist-Relationships or Label-Relationships pages. It definitely looks like a bug or oversight, as nobody would search for it in that spot, if realizing at all that it even exists…

It broke my parser why I noticed it… could this be fixed, thx ?

1 Like

There are not many Relationships for Areas (except Area-Release), not like for Artists and Labels.

So, they are all on Overview tab, (like for Work, Place, Recording, Release, etc. most entity Relationships), I don’t think we need a small Relationships tab.

But, as there are lots of Area-Release Relationships, and, as there is a Releases tab, I think it’s good to find all Releases together, there.

It seems that most entity types have their Relationships in the Overview tab.
Artists and Labels do have a Relationships tab, but what else? :wink:

This is not a generic relationships tab - this is specifically releases linked to this area, in two ways: first releases that have the area as release country (only for areas that can be release countries), then releases that have a relationship to that area. It’s admittedly a bit weird, because in most cases we don’t have two ways to relate an area to an entity type, but it’s still only releases.

1 Like

Ah, ok, that makes sense. Than I will adjust my parser to take care of it, thx for chiming in and confirmation