From 96330e73dbe704affcd078069094f08db8b8ff3b Mon Sep 17 00:00:00 2001 From: numan <97672144+numanhg@users.noreply.github.com> Date: Wed, 15 Jan 2025 19:45:07 +0000 Subject: [PATCH] fix parsing issue caused by reserved word 'by' in query (#1210) --- website/Objects.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/website/Objects.md b/website/Objects.md index 2ab617f8..29bf4462 100644 --- a/website/Objects.md +++ b/website/Objects.md @@ -95,7 +95,7 @@ Here is an example of a #quote item using a custom [[Attributes|attribute]]: And then queried via the #quote tag: ```query -quote where page = @page.name and tag = "item" select name, by +quote where page = @page.name and tag = "item" select name, `by` ``` When items are nested, they will contain a `parent` attrite with a reference to their parent. In addition, `itags` will also inherit their ancestors’ tags. For instance: