From 68e4eabb3cc91dca4025f7a200adfcea342a2fbb Mon Sep 17 00:00:00 2001 From: Seb Duggan Date: Fri, 17 Nov 2023 10:24:13 +0000 Subject: [PATCH] Fix selectDataViews links --- docs/02.devguides/02.dataobjects/page.md | 4 ++-- docs/02.devguides/48.selectDataViews/page.md | 2 +- docs/02.devguides/chapter.md | 2 +- 3 files changed, 4 insertions(+), 4 deletions(-) diff --git a/docs/02.devguides/02.dataobjects/page.md b/docs/02.devguides/02.dataobjects/page.md index b7df629..8fe0119 100644 --- a/docs/02.devguides/02.dataobjects/page.md +++ b/docs/02.devguides/02.dataobjects/page.md @@ -527,7 +527,7 @@ As well as controlling the automatically created pivot table name with "relatedV #### Subquery relationships with "SelectData Views" -In **10.11.0** the concept of [[select-data-views]] was introduced. These 'views' are loosely synonymous with SQL views in that they allow you to store a complex query and reference it by a simple name. +In **10.11.0** the concept of [[selectdataviews]] was introduced. These 'views' are loosely synonymous with SQL views in that they allow you to store a complex query and reference it by a simple name. They can be used in relationship helper properties and result in subqueries being created when querying them. The syntax is the same as that of a `one-to-many` relationship: @@ -537,7 +537,7 @@ component { } ``` -See [[select-data-views]] for more. +See [[selectdataviews]] for more. ### Defining indexes and unique constraints diff --git a/docs/02.devguides/48.selectDataViews/page.md b/docs/02.devguides/48.selectDataViews/page.md index 85fb053..bce191b 100644 --- a/docs/02.devguides/48.selectDataViews/page.md +++ b/docs/02.devguides/48.selectDataViews/page.md @@ -1,5 +1,5 @@ --- -id: selectDataViews +id: selectdataviews title: SelectData views --- diff --git a/docs/02.devguides/chapter.md b/docs/02.devguides/chapter.md index 41236c0..1063e71 100644 --- a/docs/02.devguides/chapter.md +++ b/docs/02.devguides/chapter.md @@ -51,6 +51,6 @@ In this chapter, you should find detailed guides on developing with the Preside * [[reloadingtheapplication]] * [[admingritternotifications]] * [[extensions]] -* [[select-data-views]] +* [[selectdataviews]] * [[customdbmigrations]] * [[systemalerts]]