Skip to content

Commit de1349b

Browse files
authored
Merge pull request #223 from HarperDB/fix/sort-attribute-key
Fix name of sort attribute key
2 parents 45f74bc + 61d7578 commit de1349b

File tree

5 files changed

+5
-5
lines changed
  • docs/technical-details/reference/resources
  • site/versioned_docs
    • version-4.3/technical-details/reference
    • version-4.4/technical-details/reference
    • version-4.5/technical-details/reference
    • version-4.6/technical-details/reference/resources

5 files changed

+5
-5
lines changed

docs/technical-details/reference/resources/index.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -539,7 +539,7 @@ Table.search({ select: 'id', conditions: ...})
539539
540540
This defines the sort order, and should be an object that can have the following properties:
541541
542-
- `attributes`: The attribute to sort on.
542+
- `attribute`: The attribute to sort on.
543543
- `descending`: If true, will sort in descending order (optional and defaults to `false`).
544544
- `next`: Specifies the next sort order to resolve ties. This is an object that follows the same structure as `sort`.
545545

site/versioned_docs/version-4.3/technical-details/reference/resource.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -502,7 +502,7 @@ Table.search({ select: 'id', conditions: ...})
502502
503503
This defines the sort order, and should be an object that can have the following properties:
504504
505-
- `attributes`: The attribute to sort on.
505+
- `attribute`: The attribute to sort on.
506506
- `descending`: If true, will sort in descending order (optional and defaults to `false`).
507507
- `next`: Specifies the next sort order to resolve ties. This is an object that follows the same structure as `sort`.
508508

site/versioned_docs/version-4.4/technical-details/reference/resource.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -531,7 +531,7 @@ Table.search({ select: 'id', conditions: ...})
531531
532532
This defines the sort order, and should be an object that can have the following properties:
533533
534-
- `attributes`: The attribute to sort on.
534+
- `attribute`: The attribute to sort on.
535535
- `descending`: If true, will sort in descending order (optional and defaults to `false`).
536536
- `next`: Specifies the next sort order to resolve ties. This is an object that follows the same structure as `sort`.
537537

site/versioned_docs/version-4.5/technical-details/reference/resource.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -548,7 +548,7 @@ Table.search({ select: 'id', conditions: ...})
548548
549549
This defines the sort order, and should be an object that can have the following properties:
550550
551-
- `attributes`: The attribute to sort on.
551+
- `attribute`: The attribute to sort on.
552552
- `descending`: If true, will sort in descending order (optional and defaults to `false`).
553553
- `next`: Specifies the next sort order to resolve ties. This is an object that follows the same structure as `sort`.
554554

site/versioned_docs/version-4.6/technical-details/reference/resources/index.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -539,7 +539,7 @@ Table.search({ select: 'id', conditions: ...})
539539
540540
This defines the sort order, and should be an object that can have the following properties:
541541
542-
- `attributes`: The attribute to sort on.
542+
- `attribute`: The attribute to sort on.
543543
- `descending`: If true, will sort in descending order (optional and defaults to `false`).
544544
- `next`: Specifies the next sort order to resolve ties. This is an object that follows the same structure as `sort`.
545545

0 commit comments

Comments
 (0)