Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion docs/technical-details/reference/resources/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -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`.

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -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`.

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -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`.

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -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`.

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -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`.

Expand Down