diff --git a/docs/content/docs/resource_search.mdx b/docs/content/docs/resource_search.mdx index 401279e..c7f562d 100644 --- a/docs/content/docs/resource_search.mdx +++ b/docs/content/docs/resource_search.mdx @@ -67,7 +67,7 @@ _openapi: All matches are made ignoring case; and apart from the `"hash"` field, - a term matches if it is a substring of the field’s value. + a term matches if it is a substring of the field's value. Finally, when specifying more than one search criteria, the criteria @@ -115,7 +115,7 @@ Then a json blob with the string representation of: will match the search criteria! This is a known short-coming of this approach. -All matches are made ignoring case; and apart from the `"hash"` field, a term matches if it is a substring of the field’s value. +All matches are made ignoring case; and apart from the `"hash"` field, a term matches if it is a substring of the field's value. Finally, when specifying more than one search criteria, the criteria are AND-ed together. diff --git a/docs/lib/openapi.yml b/docs/lib/openapi.yml index 9914ffd..e682420 100644 --- a/docs/lib/openapi.yml +++ b/docs/lib/openapi.yml @@ -825,7 +825,7 @@ paths: will match the search criteria! This is a known short-coming of this approach. - All matches are made ignoring case; and apart from the `"hash"` field, a term matches if it is a substring of the field’s value. + All matches are made ignoring case; and apart from the `"hash"` field, a term matches if it is a substring of the field's value. Finally, when specifying more than one search criteria, the criteria are AND-ed together.