Skip to content

Commit

Permalink
docs(find): add missing negation on talking about field mismatch
Browse files Browse the repository at this point in the history
The description of the `field_mismatch` reason code is missing a
"not" in the documentation of the `/{db}/_explain` endpoint hence
it has the opposite meaning.
  • Loading branch information
pgj committed Oct 25, 2023
1 parent 842ae03 commit 682f512
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/docs/src/api/database/find.rst
Original file line number Diff line number Diff line change
Expand Up @@ -1675,8 +1675,8 @@ reason code.
| | | specify the index. |
+--------------------------------+------------+------------------------------------------+
| ``field_mismatch`` | any | Fields in ``"selector"`` of the query do |
| | | match with the fields available in the |
| | | index. |
| | | not match with the fields available in |
| | | the index. |
+--------------------------------+------------+------------------------------------------+
| ``is_partial`` | json, text | Partial indexes can be selected only |
| | | manually. |
Expand Down

0 comments on commit 682f512

Please sign in to comment.