fix parsing issue caused by reserved word 'by' in query (#1210)

pull/1212/head
numan 2025-01-15 19:45:07 +00:00 committed by GitHub
parent cbf227fa49
commit 96330e73db
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 1 additions and 1 deletions

View File

@ -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: