Skip to content

Commit

Permalink
mmr examples
Browse files Browse the repository at this point in the history
  • Loading branch information
danielchalef committed Oct 22, 2023
1 parent 02cb6fe commit d349507
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/sdk/search_query.md
Original file line number Diff line number Diff line change
Expand Up @@ -166,7 +166,7 @@ The simplest form of a metadata filter looks as follows:
{
"where": { "jsonpath": "$[*] ? (@.foo == \"bar\")" }
}
````
```

If a metadata field `foo` is equal to the string `"bar"`, then the document or message will be returned in the search results.

Expand Down

0 comments on commit d349507

Please sign in to comment.