Fix inline query documentation#2462
Merged
holroy merged 4 commits intoblacksmithgu:masterfrom Mar 15, 2025
Merged
Conversation
Current documentation is inaccurate as Inline DQL can query multiple pages.
Removed "either" for clarity since both prefixes can be used in the same IQL query
holroy
requested changes
Feb 25, 2025
Collaborator
holroy
left a comment
There was a problem hiding this comment.
Based on the current text it now seems like if I wanted to access the file.name, I'd either use this.file.name or [[linkToPage]]file.name. I believe this should be clarified that we indeed need to do [[linkToPage]].file.name in order to access the other page's properties/metadata.
holroy
approved these changes
Mar 15, 2025
holroy
reviewed
Mar 17, 2025
Collaborator
holroy
left a comment
There was a problem hiding this comment.
It's better, and merged (but still in need of a review?)
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Unless I'm misinterpreting, the current documentation is inaccurate as Inline DQL can query multiple pages. A quick example I tested on the latest version:
resolves fine despite Blackberry and Lemon being different pages.
Removed this statement from the paragraph.