chore(docs): update apostrophe

This commit is contained in:
rzmk 2025-10-24 01:54:34 -04:00
parent 5b7999b6ea
commit 2114cc9562
2 changed files with 3 additions and 3 deletions

View file

@ -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 fields 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 fields 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.

View file

@ -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 fields 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.