diff --git a/docs/sdk/search_query.md b/docs/sdk/search_query.md index 4e3282f..d3ca76e 100644 --- a/docs/sdk/search_query.md +++ b/docs/sdk/search_query.md @@ -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.