docs icon indicating copy to clipboard operation
docs copied to clipboard

fix: wrong pointer to "Nested Projections"

Open patricebender opened this issue 1 year ago • 2 comments

The contents of this change are taken from the internal documentation where this has been available for quite some time now. It is still marked as beta feature, though.

patricebender avatar Apr 25 '24 13:04 patricebender

what's wrong with that link?

stewsk avatar Apr 25 '24 16:04 stewsk

what's wrong with that link?

I was looking for documentation on "Nested Projections" but the link behind "Nested Projections" points to a section "Postfix Projections" which is unrelated to the topic, or am I wrong with my assumption?

SELECT from bookshop.Books { /* POSTFIX PROJECTION */ }

SELECT from bookshop.Books { author { /* NESTED PROJECTION */ } }

patricebender avatar Apr 26 '24 07:04 patricebender