Update Query.md (#277)

clarify documentation that the data sources are space wide, not just for the page where the query lives.
pull/280/head
Tristan Sokol 2023-01-04 12:17:55 -06:00 committed by GitHub
parent b30a0a3fa7
commit 3a21bbf309
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 2 additions and 2 deletions

View File

@ -55,9 +55,9 @@ Start writing `<!— #query` or simply use `/query` slash command, it will show
- `page`: list of all pages
- `attachment`: list of all attachments
- `task`: list of all tasks created with `[ ]`
- `task`: list of all tasks (created with `[ ]`) across all pages
- `full-text`: use it with `where phrase = "SOME_TEXT"`. List of all pages where `SOME_TEXT` is mentioned
- `item`: list of ordered and unordered items such as bulleted lists
- `item`: list of ordered and unordered items such as bulleted lists across all pages
- `tag`: list of all hashtags used in all pages
- `link`: list of all pages giving a link to the page where query is written
- `data`: You can insert data using the syntax below. You can query the data using the `data` source.