From 2114cc9562e0b65674d536c761aa847c435d8174 Mon Sep 17 00:00:00 2001 From: rzmk <30333942+rzmk@users.noreply.github.com> Date: Fri, 24 Oct 2025 01:54:34 -0400 Subject: [PATCH] chore(docs): update apostrophe --- docs/content/docs/resource_search.mdx | 4 ++-- docs/lib/openapi.yml | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) 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.