From e603290dfcb9cf520821879d2121bb23334af4ca Mon Sep 17 00:00:00 2001 From: Paul d'Aoust Date: Fri, 19 Apr 2024 13:30:33 -0700 Subject: [PATCH] bisect 4: do

tag pairs trigger the problem? --- src/pages/build/working-with-data.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/pages/build/working-with-data.md b/src/pages/build/working-with-data.md index 2c8006783..108d6defe 100644 --- a/src/pages/build/working-with-data.md +++ b/src/pages/build/working-with-data.md @@ -44,7 +44,7 @@ You can attach links to any of these addresses to create a one-to-many relations A link is a piece of metadata attached to an address, the **base address**, and points to another address, the **target**. It has a **link type** that gives it meaning in the application, as well as an optional **tag** that can store arbitrary application data and be used for various things like building indexes and reducing number of queries. -

type: artist_album

type: artist_album_by_release_date tag: 1966-01-17

type: artist_album

type: artist_album_by_release_date tag: 1970-01-26

Simon & Garfunkel
Sounds of Silence
Bridge over Troubled Water
+

type: artist_album

type: artist_album_by_release_date

tag: 1966-01-17

type: artist_album

type: artist_album_by_release_date

tag: 1970-01-26

Simon & Garfunkel
Sounds of Silence
Bridge over Troubled Water
A link can still be created even if its base and target don't exist; the base and target are simply considered external references in this case.