Skip to content

Commit bf5961d

Browse files
Merge #1002
1002: Missing curly bracket in example. r=bidoubiwa a=johnniehard Co-authored-by: Johnnie Hård <[email protected]>
2 parents 33c6727 + caf3afd commit bf5961d

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

README.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -202,6 +202,7 @@ All the supported options are described in the [search parameters](https://docs.
202202
```javascript
203203
await index.search(
204204
'wonder',
205+
{
205206
attributesToHighlight: ['*'],
206207
filter: 'id >= 1'
207208
}

0 commit comments

Comments
 (0)