File tree Expand file tree Collapse file tree 5 files changed +5
-5
lines changed
docs/technical-details/reference/resources
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 Expand file tree Collapse file tree 5 files changed +5
-5
lines changed Original file line number Diff line number Diff line change @@ -539,7 +539,7 @@ Table.search({ select: 'id', conditions: ...})
539539
540540This 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
Original file line number Diff line number Diff line change @@ -502,7 +502,7 @@ Table.search({ select: 'id', conditions: ...})
502502
503503This 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
Original file line number Diff line number Diff line change @@ -531,7 +531,7 @@ Table.search({ select: 'id', conditions: ...})
531531
532532This 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
Original file line number Diff line number Diff line change @@ -548,7 +548,7 @@ Table.search({ select: 'id', conditions: ...})
548548
549549This 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
Original file line number Diff line number Diff line change @@ -539,7 +539,7 @@ Table.search({ select: 'id', conditions: ...})
539539
540540This 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
You can’t perform that action at this time.
0 commit comments