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 267409f commit 64ffa4bCopy full SHA for 64ffa4b
README.md
@@ -487,6 +487,17 @@ Or using the index object:
487
- Reset Displayed Attributes
488
`index.resetDisplayedAttributes(): Promise<EnqueuedUpdate>`
489
490
+### Filterable Attributes <!-- omit in toc -->
491
+
492
+- Get Filterable Attributes
493
+ `index.getFilterableAttributes(): Promise<string[]>`
494
495
+- Update Filterable Attributes
496
+ `index.updateFilterableAttributes(filterableAttributes: string[] | null): Promise<EnqueuedUpdate>`
497
498
+- Reset Filterable Attributes
499
+ `index.resetFilterableAttributes(): Promise<EnqueuedUpdate>`
500
501
### Keys <!-- omit in toc -->
502
503
- Get keys
0 commit comments