Skip to content

Commit 64ffa4b

Browse files
authored
Add filterable attributes in README (#971)
1 parent 267409f commit 64ffa4b

File tree

1 file changed

+11
-0
lines changed

1 file changed

+11
-0
lines changed

README.md

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -487,6 +487,17 @@ Or using the index object:
487487
- Reset Displayed Attributes
488488
`index.resetDisplayedAttributes(): Promise<EnqueuedUpdate>`
489489

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+
490501
### Keys <!-- omit in toc -->
491502

492503
- Get keys

0 commit comments

Comments
 (0)