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 8abd943 commit 6bd04eeCopy full SHA for 6bd04ee
README.md
@@ -516,6 +516,17 @@ Or using the index object:
516
- Reset Filterable Attributes
517
`index.resetFilterableAttributes(): Promise<EnqueuedUpdate>`
518
519
+### Sortable Attributes <!-- omit in toc -->
520
+
521
+- Get Sortable Attributes
522
+ `index.getSortableAttributes(): Promise<string[]>`
523
524
+- Update Sortable Attributes
525
+ `index.updateSortableAttributes(sortableAttributes: string[] | null): Promise<EnqueuedUpdate>`
526
527
+- Reset Sortable Attributes
528
+ `index.resetSortableAttributes(): Promise<EnqueuedUpdate>`
529
530
### Keys <!-- omit in toc -->
531
532
- Get keys
0 commit comments