Skip to content

Commit af6774a

Browse files
committed
Add missing quotes in README code sample
1 parent 2e1c284 commit af6774a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -173,7 +173,7 @@ Then, you can perform the search:
173173
index.search(
174174
'wonder',
175175
{
176-
filter: ['id > 1 AND genres = Action']
176+
'filter': ['id > 1 AND genres = Action']
177177
}
178178
)
179179
```

0 commit comments

Comments
 (0)