Skip to content

Commit

Permalink
Fix selectDataViews links
Browse files Browse the repository at this point in the history
  • Loading branch information
sebduggan committed Nov 17, 2023
1 parent fd6d029 commit 68e4eab
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions docs/02.devguides/02.dataobjects/page.md
Original file line number Diff line number Diff line change
Expand Up @@ -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:

Expand All @@ -537,7 +537,7 @@ component {
}
```

See [[select-data-views]] for more.
See [[selectdataviews]] for more.

### Defining indexes and unique constraints

Expand Down
2 changes: 1 addition & 1 deletion docs/02.devguides/48.selectDataViews/page.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
---
id: selectDataViews
id: selectdataviews
title: SelectData views
---

Expand Down
2 changes: 1 addition & 1 deletion docs/02.devguides/chapter.md
Original file line number Diff line number Diff line change
Expand Up @@ -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]]

0 comments on commit 68e4eab

Please sign in to comment.