diff --git a/docs/.artifacts/cms/5.x/addresses.md b/docs/.artifacts/cms/5.x/addresses.md index cfa76f9fc..efbf72560 100644 --- a/docs/.artifacts/cms/5.x/addresses.md +++ b/docs/.artifacts/cms/5.x/addresses.md @@ -19,7 +19,7 @@ | [andRelatedTo](#andrelatedto) | Narrows the query results to only addresses that are related to certain other elements. | [asArray](#asarray) | Causes the query to return matching addresses as arrays of data, rather than [Address](craft5:craft\elements\Address) objects. | [cache](#cache) | Enables query cache for this Query. -| [clearCachedResult](#clearcachedresult) | Clears the [cached result](https://craftcms.com/docs/4.x/element-queries.html#cache). +| [clearCachedResult](#clearcachedresult) | Clears the [cached result](https://craftcms.com/docs/5.x/development/element-queries.html#cache). | [countryCode](#countrycode) | Narrows the query results based on the country the addresses belong to. | [dateCreated](#datecreated) | Narrows the query results based on the addresses’ creation dates. | [dateUpdated](#dateupdated) | Narrows the query results based on the addresses’ last-updated dates. @@ -239,7 +239,7 @@ Narrows the query results to only addresses that are not related to certain othe -See [Relations](https://craftcms.com/docs/4.x/relations.html) for a full explanation of how to work with this parameter. +See [Relations](https://craftcms.com/docs/5.x/system/relations.html) for a full explanation of how to work with this parameter. @@ -268,7 +268,7 @@ Narrows the query results to only addresses that are related to certain other el -See [Relations](https://craftcms.com/docs/4.x/relations.html) for a full explanation of how to work with this parameter. +See [Relations](https://craftcms.com/docs/5.x/system/relations.html) for a full explanation of how to work with this parameter. @@ -331,7 +331,7 @@ Enables query cache for this Query. #### `clearCachedResult` -Clears the [cached result](https://craftcms.com/docs/4.x/element-queries.html#cache). +Clears the [cached result](https://craftcms.com/docs/5.x/development/element-queries.html#cache). @@ -870,7 +870,7 @@ Narrows the query results to only addresses that are not related to certain othe -See [Relations](https://craftcms.com/docs/4.x/relations.html) for a full explanation of how to work with this parameter. +See [Relations](https://craftcms.com/docs/5.x/system/relations.html) for a full explanation of how to work with this parameter. @@ -1200,7 +1200,7 @@ Narrows the query results to only addresses that are related to certain other el -See [Relations](https://craftcms.com/docs/4.x/relations.html) for a full explanation of how to work with this parameter. +See [Relations](https://craftcms.com/docs/5.x/system/relations.html) for a full explanation of how to work with this parameter. @@ -1236,7 +1236,7 @@ Narrows the query results to only addresses that match a search query. -See [Searching](https://craftcms.com/docs/4.x/searching.html) for a full explanation of how to work with this parameter. +See [Searching](https://craftcms.com/docs/5.x/system/searching.html) for a full explanation of how to work with this parameter. @@ -1410,7 +1410,7 @@ Causes the query to return matching addresses eager-loaded with related elements -See [Eager-Loading Elements](https://craftcms.com/docs/4.x/dev/eager-loading-elements.html) for a full explanation of how to work with this parameter. +See [Eager-Loading Elements](https://craftcms.com/docs/5.x/development/eager-loading.html) for a full explanation of how to work with this parameter. diff --git a/docs/.artifacts/cms/5.x/assets.md b/docs/.artifacts/cms/5.x/assets.md index c72c141ab..04316891f 100644 --- a/docs/.artifacts/cms/5.x/assets.md +++ b/docs/.artifacts/cms/5.x/assets.md @@ -13,7 +13,7 @@ | [andRelatedTo](#andrelatedto) | Narrows the query results to only assets that are related to certain other elements. | [asArray](#asarray) | Causes the query to return matching assets as arrays of data, rather than [Asset](craft5:craft\elements\Asset) objects. | [cache](#cache) | Enables query cache for this Query. -| [clearCachedResult](#clearcachedresult) | Clears the [cached result](https://craftcms.com/docs/4.x/element-queries.html#cache). +| [clearCachedResult](#clearcachedresult) | Clears the [cached result](https://craftcms.com/docs/5.x/development/element-queries.html#cache). | [dateCreated](#datecreated) | Narrows the query results based on the assets’ creation dates. | [dateModified](#datemodified) | Narrows the query results based on the assets’ files’ last-modified dates. | [dateUpdated](#dateupdated) | Narrows the query results based on the assets’ last-updated dates. @@ -83,7 +83,7 @@ Narrows the query results to only assets that are not related to certain other e -See [Relations](https://craftcms.com/docs/4.x/relations.html) for a full explanation of how to work with this parameter. +See [Relations](https://craftcms.com/docs/5.x/system/relations.html) for a full explanation of how to work with this parameter. @@ -112,7 +112,7 @@ Narrows the query results to only assets that are related to certain other eleme -See [Relations](https://craftcms.com/docs/4.x/relations.html) for a full explanation of how to work with this parameter. +See [Relations](https://craftcms.com/docs/5.x/system/relations.html) for a full explanation of how to work with this parameter. @@ -175,7 +175,7 @@ Enables query cache for this Query. #### `clearCachedResult` -Clears the [cached result](https://craftcms.com/docs/4.x/element-queries.html#cache). +Clears the [cached result](https://craftcms.com/docs/5.x/development/element-queries.html#cache). @@ -728,7 +728,7 @@ Narrows the query results to only assets that are not related to certain other e -See [Relations](https://craftcms.com/docs/4.x/relations.html) for a full explanation of how to work with this parameter. +See [Relations](https://craftcms.com/docs/5.x/system/relations.html) for a full explanation of how to work with this parameter. @@ -859,7 +859,7 @@ Narrows the query results to only assets that are related to certain other eleme -See [Relations](https://craftcms.com/docs/4.x/relations.html) for a full explanation of how to work with this parameter. +See [Relations](https://craftcms.com/docs/5.x/system/relations.html) for a full explanation of how to work with this parameter. @@ -904,7 +904,7 @@ Narrows the query results to only assets that match a search query. -See [Searching](https://craftcms.com/docs/4.x/searching.html) for a full explanation of how to work with this parameter. +See [Searching](https://craftcms.com/docs/5.x/system/searching.html) for a full explanation of how to work with this parameter. @@ -1352,7 +1352,7 @@ Causes the query to return matching assets eager-loaded with related elements. -See [Eager-Loading Elements](https://craftcms.com/docs/4.x/dev/eager-loading-elements.html) for a full explanation of how to work with this parameter. +See [Eager-Loading Elements](https://craftcms.com/docs/5.x/development/eager-loading.html) for a full explanation of how to work with this parameter. diff --git a/docs/.artifacts/cms/5.x/categories.md b/docs/.artifacts/cms/5.x/categories.md index d6da248c0..ee0144172 100644 --- a/docs/.artifacts/cms/5.x/categories.md +++ b/docs/.artifacts/cms/5.x/categories.md @@ -15,7 +15,7 @@ | [andRelatedTo](#andrelatedto) | Narrows the query results to only categories that are related to certain other elements. | [asArray](#asarray) | Causes the query to return matching categories as arrays of data, rather than [Category](craft5:craft\elements\Category) objects. | [cache](#cache) | Enables query cache for this Query. -| [clearCachedResult](#clearcachedresult) | Clears the [cached result](https://craftcms.com/docs/4.x/element-queries.html#cache). +| [clearCachedResult](#clearcachedresult) | Clears the [cached result](https://craftcms.com/docs/5.x/development/element-queries.html#cache). | [dateCreated](#datecreated) | Narrows the query results based on the categories’ creation dates. | [dateUpdated](#dateupdated) | Narrows the query results based on the categories’ last-updated dates. | [descendantDist](#descendantdist) | Narrows the query results to only categories that are up to a certain distance away from the category specified by [descendantOf](#descendantof). @@ -150,7 +150,7 @@ Narrows the query results to only categories that are not related to certain oth -See [Relations](https://craftcms.com/docs/4.x/relations.html) for a full explanation of how to work with this parameter. +See [Relations](https://craftcms.com/docs/5.x/system/relations.html) for a full explanation of how to work with this parameter. @@ -179,7 +179,7 @@ Narrows the query results to only categories that are related to certain other e -See [Relations](https://craftcms.com/docs/4.x/relations.html) for a full explanation of how to work with this parameter. +See [Relations](https://craftcms.com/docs/5.x/system/relations.html) for a full explanation of how to work with this parameter. @@ -242,7 +242,7 @@ Enables query cache for this Query. #### `clearCachedResult` -Clears the [cached result](https://craftcms.com/docs/4.x/element-queries.html#cache). +Clears the [cached result](https://craftcms.com/docs/5.x/development/element-queries.html#cache). @@ -783,7 +783,7 @@ Narrows the query results to only categories that are not related to certain oth -See [Relations](https://craftcms.com/docs/4.x/relations.html) for a full explanation of how to work with this parameter. +See [Relations](https://craftcms.com/docs/5.x/system/relations.html) for a full explanation of how to work with this parameter. @@ -1010,7 +1010,7 @@ Narrows the query results to only categories that are related to certain other e -See [Relations](https://craftcms.com/docs/4.x/relations.html) for a full explanation of how to work with this parameter. +See [Relations](https://craftcms.com/docs/5.x/system/relations.html) for a full explanation of how to work with this parameter. @@ -1046,7 +1046,7 @@ Narrows the query results to only categories that match a search query. -See [Searching](https://craftcms.com/docs/4.x/searching.html) for a full explanation of how to work with this parameter. +See [Searching](https://craftcms.com/docs/5.x/system/searching.html) for a full explanation of how to work with this parameter. @@ -1485,7 +1485,7 @@ Causes the query to return matching categories eager-loaded with related element -See [Eager-Loading Elements](https://craftcms.com/docs/4.x/dev/eager-loading-elements.html) for a full explanation of how to work with this parameter. +See [Eager-Loading Elements](https://craftcms.com/docs/5.x/development/eager-loading.html) for a full explanation of how to work with this parameter. diff --git a/docs/.artifacts/cms/5.x/config-general.md b/docs/.artifacts/cms/5.x/config-general.md index b1da82ce7..e691744f4 100644 --- a/docs/.artifacts/cms/5.x/config-general.md +++ b/docs/.artifacts/cms/5.x/config-general.md @@ -1744,7 +1744,7 @@ It works by setting the height of the iframe to match the height of the inner we than the iframe document itself. This can lead to some unexpected CSS issues, however, because the previewed viewport height will be taller than the visible portion of the iframe. -If you have a [decoupled front end](https://craftcms.com/docs/4.x/entries.html#previewing-decoupled-front-ends), you will need to include +If you have a [decoupled front end](https://craftcms.com/docs/5.x/reference/element-types/entries.html#previewing-decoupled-front-ends), you will need to include [iframeResizer.contentWindow.min.js](https://raw.github.com/davidjbradshaw/iframe-resizer/master/js/iframeResizer.contentWindow.min.js) on your page as well for this to work. You can conditionally include it for only Live Preview requests by checking if the requested URL contains a `x-craft-live-preview` query string parameter. @@ -4981,7 +4981,7 @@ Set to `0` to disable this feature. See [craft\helpers\ConfigHelper::durationInSeconds()](https://docs.craftcms.com/api/v5/craft-helpers-confighelper.html#method-durationinseconds) for a list of supported value types. ::: tip -Users will only be purged when [garbage collection](https://craftcms.com/docs/4.x/gc.html) is run. +Users will only be purged when [garbage collection](https://craftcms.com/docs/5.x/system/gc.html) is run. ::: ::: code diff --git a/docs/.artifacts/cms/5.x/entries.md b/docs/.artifacts/cms/5.x/entries.md index f36839580..bb416d99b 100644 --- a/docs/.artifacts/cms/5.x/entries.md +++ b/docs/.artifacts/cms/5.x/entries.md @@ -22,7 +22,7 @@ | [authorId](#authorid) | Narrows the query results based on the entries’ author ID(s). | [before](#before) | Narrows the query results to only entries that were posted before a certain date. | [cache](#cache) | Enables query cache for this Query. -| [clearCachedResult](#clearcachedresult) | Clears the [cached result](https://craftcms.com/docs/4.x/element-queries.html#cache). +| [clearCachedResult](#clearcachedresult) | Clears the [cached result](https://craftcms.com/docs/5.x/development/element-queries.html#cache). | [dateCreated](#datecreated) | Narrows the query results based on the entries’ creation dates. | [dateUpdated](#dateupdated) | Narrows the query results based on the entries’ last-updated dates. | [descendantDist](#descendantdist) | Narrows the query results to only entries that are up to a certain distance away from the entry specified by [descendantOf](#descendantof). @@ -241,7 +241,7 @@ Narrows the query results to only entries that are not related to certain other -See [Relations](https://craftcms.com/docs/4.x/relations.html) for a full explanation of how to work with this parameter. +See [Relations](https://craftcms.com/docs/5.x/system/relations.html) for a full explanation of how to work with this parameter. @@ -270,7 +270,7 @@ Narrows the query results to only entries that are related to certain other elem -See [Relations](https://craftcms.com/docs/4.x/relations.html) for a full explanation of how to work with this parameter. +See [Relations](https://craftcms.com/docs/5.x/system/relations.html) for a full explanation of how to work with this parameter. @@ -467,7 +467,7 @@ Enables query cache for this Query. #### `clearCachedResult` -Clears the [cached result](https://craftcms.com/docs/4.x/element-queries.html#cache). +Clears the [cached result](https://craftcms.com/docs/5.x/development/element-queries.html#cache). @@ -1170,7 +1170,7 @@ Narrows the query results to only entries that are not related to certain other -See [Relations](https://craftcms.com/docs/4.x/relations.html) for a full explanation of how to work with this parameter. +See [Relations](https://craftcms.com/docs/5.x/system/relations.html) for a full explanation of how to work with this parameter. @@ -1568,7 +1568,7 @@ Narrows the query results to only entries that are related to certain other elem -See [Relations](https://craftcms.com/docs/4.x/relations.html) for a full explanation of how to work with this parameter. +See [Relations](https://craftcms.com/docs/5.x/system/relations.html) for a full explanation of how to work with this parameter. @@ -1762,7 +1762,7 @@ Narrows the query results to only entries that match a search query. -See [Searching](https://craftcms.com/docs/4.x/searching.html) for a full explanation of how to work with this parameter. +See [Searching](https://craftcms.com/docs/5.x/system/searching.html) for a full explanation of how to work with this parameter. @@ -2335,7 +2335,7 @@ Causes the query to return matching entries eager-loaded with related elements. -See [Eager-Loading Elements](https://craftcms.com/docs/4.x/dev/eager-loading-elements.html) for a full explanation of how to work with this parameter. +See [Eager-Loading Elements](https://craftcms.com/docs/5.x/development/eager-loading.html) for a full explanation of how to work with this parameter. diff --git a/docs/.artifacts/cms/5.x/globals.md b/docs/.artifacts/cms/5.x/globals.md index 68c15a8fb..e09c60df3 100644 --- a/docs/.artifacts/cms/5.x/globals.md +++ b/docs/.artifacts/cms/5.x/globals.md @@ -13,7 +13,7 @@ | [andRelatedTo](#andrelatedto) | Narrows the query results to only global sets that are related to certain other elements. | [asArray](#asarray) | Causes the query to return matching global sets as arrays of data, rather than [GlobalSet](craft5:craft\elements\GlobalSet) objects. | [cache](#cache) | Enables query cache for this Query. -| [clearCachedResult](#clearcachedresult) | Clears the [cached result](https://craftcms.com/docs/4.x/element-queries.html#cache). +| [clearCachedResult](#clearcachedresult) | Clears the [cached result](https://craftcms.com/docs/5.x/development/element-queries.html#cache). | [dateCreated](#datecreated) | Narrows the query results based on the global sets’ creation dates. | [dateUpdated](#dateupdated) | Narrows the query results based on the global sets’ last-updated dates. | [eagerly](#eagerly) | Causes the query to be used to eager-load results for the query’s source element and any other elements in its collection. @@ -68,7 +68,7 @@ Narrows the query results to only global sets that are not related to certain ot -See [Relations](https://craftcms.com/docs/4.x/relations.html) for a full explanation of how to work with this parameter. +See [Relations](https://craftcms.com/docs/5.x/system/relations.html) for a full explanation of how to work with this parameter. @@ -97,7 +97,7 @@ Narrows the query results to only global sets that are related to certain other -See [Relations](https://craftcms.com/docs/4.x/relations.html) for a full explanation of how to work with this parameter. +See [Relations](https://craftcms.com/docs/5.x/system/relations.html) for a full explanation of how to work with this parameter. @@ -160,7 +160,7 @@ Enables query cache for this Query. #### `clearCachedResult` -Clears the [cached result](https://craftcms.com/docs/4.x/element-queries.html#cache). +Clears the [cached result](https://craftcms.com/docs/5.x/development/element-queries.html#cache). @@ -481,7 +481,7 @@ Narrows the query results to only global sets that are not related to certain ot -See [Relations](https://craftcms.com/docs/4.x/relations.html) for a full explanation of how to work with this parameter. +See [Relations](https://craftcms.com/docs/5.x/system/relations.html) for a full explanation of how to work with this parameter. @@ -611,7 +611,7 @@ Narrows the query results to only global sets that are related to certain other -See [Relations](https://craftcms.com/docs/4.x/relations.html) for a full explanation of how to work with this parameter. +See [Relations](https://craftcms.com/docs/5.x/system/relations.html) for a full explanation of how to work with this parameter. @@ -647,7 +647,7 @@ Narrows the query results to only global sets that match a search query. -See [Searching](https://craftcms.com/docs/4.x/searching.html) for a full explanation of how to work with this parameter. +See [Searching](https://craftcms.com/docs/5.x/system/searching.html) for a full explanation of how to work with this parameter. @@ -898,7 +898,7 @@ Causes the query to return matching global sets eager-loaded with related elemen -See [Eager-Loading Elements](https://craftcms.com/docs/4.x/dev/eager-loading-elements.html) for a full explanation of how to work with this parameter. +See [Eager-Loading Elements](https://craftcms.com/docs/5.x/development/eager-loading.html) for a full explanation of how to work with this parameter. diff --git a/docs/.artifacts/cms/5.x/tags.md b/docs/.artifacts/cms/5.x/tags.md index b308918af..87a00c7f3 100644 --- a/docs/.artifacts/cms/5.x/tags.md +++ b/docs/.artifacts/cms/5.x/tags.md @@ -13,7 +13,7 @@ | [andRelatedTo](#andrelatedto) | Narrows the query results to only tags that are related to certain other elements. | [asArray](#asarray) | Causes the query to return matching tags as arrays of data, rather than [Tag](craft5:craft\elements\Tag) objects. | [cache](#cache) | Enables query cache for this Query. -| [clearCachedResult](#clearcachedresult) | Clears the [cached result](https://craftcms.com/docs/4.x/element-queries.html#cache). +| [clearCachedResult](#clearcachedresult) | Clears the [cached result](https://craftcms.com/docs/5.x/development/element-queries.html#cache). | [dateCreated](#datecreated) | Narrows the query results based on the tags’ creation dates. | [dateUpdated](#dateupdated) | Narrows the query results based on the tags’ last-updated dates. | [eagerly](#eagerly) | Causes the query to be used to eager-load results for the query’s source element and any other elements in its collection. @@ -71,7 +71,7 @@ Narrows the query results to only tags that are not related to certain other ele -See [Relations](https://craftcms.com/docs/4.x/relations.html) for a full explanation of how to work with this parameter. +See [Relations](https://craftcms.com/docs/5.x/system/relations.html) for a full explanation of how to work with this parameter. @@ -100,7 +100,7 @@ Narrows the query results to only tags that are related to certain other element -See [Relations](https://craftcms.com/docs/4.x/relations.html) for a full explanation of how to work with this parameter. +See [Relations](https://craftcms.com/docs/5.x/system/relations.html) for a full explanation of how to work with this parameter. @@ -163,7 +163,7 @@ Enables query cache for this Query. #### `clearCachedResult` -Clears the [cached result](https://craftcms.com/docs/4.x/element-queries.html#cache). +Clears the [cached result](https://craftcms.com/docs/5.x/development/element-queries.html#cache). @@ -517,7 +517,7 @@ Narrows the query results to only tags that are not related to certain other ele -See [Relations](https://craftcms.com/docs/4.x/relations.html) for a full explanation of how to work with this parameter. +See [Relations](https://craftcms.com/docs/5.x/system/relations.html) for a full explanation of how to work with this parameter. @@ -647,7 +647,7 @@ Narrows the query results to only tags that are related to certain other element -See [Relations](https://craftcms.com/docs/4.x/relations.html) for a full explanation of how to work with this parameter. +See [Relations](https://craftcms.com/docs/5.x/system/relations.html) for a full explanation of how to work with this parameter. @@ -683,7 +683,7 @@ Narrows the query results to only tags that match a search query. -See [Searching](https://craftcms.com/docs/4.x/searching.html) for a full explanation of how to work with this parameter. +See [Searching](https://craftcms.com/docs/5.x/system/searching.html) for a full explanation of how to work with this parameter. @@ -1014,7 +1014,7 @@ Causes the query to return matching tags eager-loaded with related elements. -See [Eager-Loading Elements](https://craftcms.com/docs/4.x/dev/eager-loading-elements.html) for a full explanation of how to work with this parameter. +See [Eager-Loading Elements](https://craftcms.com/docs/5.x/development/eager-loading.html) for a full explanation of how to work with this parameter. diff --git a/docs/.artifacts/cms/5.x/users.md b/docs/.artifacts/cms/5.x/users.md index 4190d857e..b98046ee6 100644 --- a/docs/.artifacts/cms/5.x/users.md +++ b/docs/.artifacts/cms/5.x/users.md @@ -18,7 +18,7 @@ | [authors](#authors) | Narrows the query results to only users that are authors of an entry. | [cache](#cache) | Enables query cache for this Query. | [can](#can) | Narrows the query results to only users that have a certain user permission, either directly on the user account or through one of their user groups. -| [clearCachedResult](#clearcachedresult) | Clears the [cached result](https://craftcms.com/docs/4.x/element-queries.html#cache). +| [clearCachedResult](#clearcachedresult) | Clears the [cached result](https://craftcms.com/docs/5.x/development/element-queries.html#cache). | [dateCreated](#datecreated) | Narrows the query results based on the users’ creation dates. | [dateUpdated](#dateupdated) | Narrows the query results based on the users’ last-updated dates. | [eagerly](#eagerly) | Causes the query to be used to eager-load results for the query’s source element and any other elements in its collection. @@ -103,7 +103,7 @@ Narrows the query results to only users that are not related to certain other el -See [Relations](https://craftcms.com/docs/4.x/relations.html) for a full explanation of how to work with this parameter. +See [Relations](https://craftcms.com/docs/5.x/system/relations.html) for a full explanation of how to work with this parameter. @@ -132,7 +132,7 @@ Narrows the query results to only users that are related to certain other elemen -See [Relations](https://craftcms.com/docs/4.x/relations.html) for a full explanation of how to work with this parameter. +See [Relations](https://craftcms.com/docs/5.x/system/relations.html) for a full explanation of how to work with this parameter. @@ -252,7 +252,7 @@ Enables query cache for this Query. Narrows the query results to only users that have a certain user permission, either directly on the user account or through one of their user groups. -See [User Management](https://craftcms.com/docs/4.x/user-management.html) for a full list of available user permissions defined by Craft. +See [User Management](https://craftcms.com/docs/5.x/system/user-management.html) for a full list of available user permissions defined by Craft. @@ -275,7 +275,7 @@ $users = \craft\elements\User::find() #### `clearCachedResult` -Clears the [cached result](https://craftcms.com/docs/4.x/element-queries.html#cache). +Clears the [cached result](https://craftcms.com/docs/5.x/development/element-queries.html#cache). @@ -811,7 +811,7 @@ Narrows the query results to only users that are not related to certain other el -See [Relations](https://craftcms.com/docs/4.x/relations.html) for a full explanation of how to work with this parameter. +See [Relations](https://craftcms.com/docs/5.x/system/relations.html) for a full explanation of how to work with this parameter. @@ -941,7 +941,7 @@ Narrows the query results to only users that are related to certain other elemen -See [Relations](https://craftcms.com/docs/4.x/relations.html) for a full explanation of how to work with this parameter. +See [Relations](https://craftcms.com/docs/5.x/system/relations.html) for a full explanation of how to work with this parameter. @@ -977,7 +977,7 @@ Narrows the query results to only users that match a search query. -See [Searching](https://craftcms.com/docs/4.x/searching.html) for a full explanation of how to work with this parameter. +See [Searching](https://craftcms.com/docs/5.x/system/searching.html) for a full explanation of how to work with this parameter. @@ -1192,7 +1192,7 @@ Causes the query to return matching users eager-loaded with related elements. -See [Eager-Loading Elements](https://craftcms.com/docs/4.x/dev/eager-loading-elements.html) for a full explanation of how to work with this parameter. +See [Eager-Loading Elements](https://craftcms.com/docs/5.x/development/eager-loading.html) for a full explanation of how to work with this parameter.