diff --git a/docs/technical-details/reference/resources/index.md b/docs/technical-details/reference/resources/index.md index 4c54e76f..52727e7b 100644 --- a/docs/technical-details/reference/resources/index.md +++ b/docs/technical-details/reference/resources/index.md @@ -539,7 +539,7 @@ Table.search({ select: 'id', conditions: ...}) This defines the sort order, and should be an object that can have the following properties: -- `attributes`: The attribute to sort on. +- `attribute`: The attribute to sort on. - `descending`: If true, will sort in descending order (optional and defaults to `false`). - `next`: Specifies the next sort order to resolve ties. This is an object that follows the same structure as `sort`. diff --git a/site/versioned_docs/version-4.3/technical-details/reference/resource.md b/site/versioned_docs/version-4.3/technical-details/reference/resource.md index eea5a8e6..aee9e298 100644 --- a/site/versioned_docs/version-4.3/technical-details/reference/resource.md +++ b/site/versioned_docs/version-4.3/technical-details/reference/resource.md @@ -502,7 +502,7 @@ Table.search({ select: 'id', conditions: ...}) This defines the sort order, and should be an object that can have the following properties: -- `attributes`: The attribute to sort on. +- `attribute`: The attribute to sort on. - `descending`: If true, will sort in descending order (optional and defaults to `false`). - `next`: Specifies the next sort order to resolve ties. This is an object that follows the same structure as `sort`. diff --git a/site/versioned_docs/version-4.4/technical-details/reference/resource.md b/site/versioned_docs/version-4.4/technical-details/reference/resource.md index 93af431a..0f7980d7 100644 --- a/site/versioned_docs/version-4.4/technical-details/reference/resource.md +++ b/site/versioned_docs/version-4.4/technical-details/reference/resource.md @@ -531,7 +531,7 @@ Table.search({ select: 'id', conditions: ...}) This defines the sort order, and should be an object that can have the following properties: -- `attributes`: The attribute to sort on. +- `attribute`: The attribute to sort on. - `descending`: If true, will sort in descending order (optional and defaults to `false`). - `next`: Specifies the next sort order to resolve ties. This is an object that follows the same structure as `sort`. diff --git a/site/versioned_docs/version-4.5/technical-details/reference/resource.md b/site/versioned_docs/version-4.5/technical-details/reference/resource.md index 6e4a042b..2a805df8 100644 --- a/site/versioned_docs/version-4.5/technical-details/reference/resource.md +++ b/site/versioned_docs/version-4.5/technical-details/reference/resource.md @@ -548,7 +548,7 @@ Table.search({ select: 'id', conditions: ...}) This defines the sort order, and should be an object that can have the following properties: -- `attributes`: The attribute to sort on. +- `attribute`: The attribute to sort on. - `descending`: If true, will sort in descending order (optional and defaults to `false`). - `next`: Specifies the next sort order to resolve ties. This is an object that follows the same structure as `sort`. diff --git a/site/versioned_docs/version-4.6/technical-details/reference/resources/index.md b/site/versioned_docs/version-4.6/technical-details/reference/resources/index.md index b5985741..8722826f 100644 --- a/site/versioned_docs/version-4.6/technical-details/reference/resources/index.md +++ b/site/versioned_docs/version-4.6/technical-details/reference/resources/index.md @@ -539,7 +539,7 @@ Table.search({ select: 'id', conditions: ...}) This defines the sort order, and should be an object that can have the following properties: -- `attributes`: The attribute to sort on. +- `attribute`: The attribute to sort on. - `descending`: If true, will sort in descending order (optional and defaults to `false`). - `next`: Specifies the next sort order to resolve ties. This is an object that follows the same structure as `sort`.