Skip to content

Commit 76367ab

Browse files
bors[bot]roshammar
andauthored
Merge #458
458: Add missing quotes in README code sample r=alallema a=roshammar # Pull Request ## What does this PR do? Fixes #457 ## PR checklist Please check if your PR fulfills the following requirements: - [x] Does this PR fix an existing issue? - [x] Have you read the contributing guidelines? - [x] Have you made sure that the title is accurate and descriptive of the changes? Thank you so much for contributing to Meilisearch! Co-authored-by: Kristoffer Röshammar <[email protected]>
2 parents 2e1c284 + af6774a commit 76367ab

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)