Skip to content

Commit

Permalink
fix parsing issue caused by reserved word 'by' in query (#1210)
Browse files Browse the repository at this point in the history
  • Loading branch information
numanhg authored Jan 15, 2025
1 parent cbf227f commit 96330e7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion website/Objects.md
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand Down

0 comments on commit 96330e7

Please sign in to comment.