We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0fe82e7 commit eec30d2Copy full SHA for eec30d2
docs/technical-details/reference/resources/README.md
@@ -537,7 +537,7 @@ Table.search({ select: 'id', conditions: ...})
537
538
This defines the sort order, and should be an object that can have the following properties:
539
540
-- `attributes`: The attribute to sort on.
+- `attribute`: The attribute to sort on.
541
- `descending`: If true, will sort in descending order (optional and defaults to `false`).
542
- `next`: Specifies the next sort order to resolve ties. This is an object that follows the same structure as `sort`.
543
0 commit comments