Skip to content

Commit 60dfd97

Browse files
authored
Update README.md
1 parent 6a6a246 commit 60dfd97

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

README.md

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -206,8 +206,7 @@ All the supported options are described in the [search parameters](https://docs.
206206
await index.search(
207207
'wonder',
208208
{
209-
attributesToHighlight: ['*'],
210-
filter: 'id >= 1'
209+
attributesToHighlight: ['*']
211210
}
212211
)
213212
```

0 commit comments

Comments
 (0)