Skip to content

Commit 5603e1d

Browse files
bors[bot]curquiza
andauthored
Merge #1080
1080: Fix search example in README.md r=bidoubiwa a=curquiza Co-authored-by: Clémentine Urquizar - curqui <[email protected]>
2 parents 6a6a246 + 60dfd97 commit 5603e1d

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)