From f73e4f966b1d24c48eba4475b61bc2265e4c8135 Mon Sep 17 00:00:00 2001 From: "opensearch-trigger-bot[bot]" <98922864+opensearch-trigger-bot[bot]@users.noreply.github.com> Date: Sun, 20 Aug 2023 12:25:27 -0400 Subject: [PATCH] [DOC] Fix typo in IDs query doc (#4836) (#4838) (cherry picked from commit ff0492a966913f5347aa846dca52f53987f38829) Signed-off-by: Akira Toyozaki <61676668+toyozaki@users.noreply.github.com> Signed-off-by: github-actions[bot] Co-authored-by: github-actions[bot] --- _query-dsl/term/ids.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/_query-dsl/term/ids.md b/_query-dsl/term/ids.md index 77d0fe346f..a1a098f586 100644 --- a/_query-dsl/term/ids.md +++ b/_query-dsl/term/ids.md @@ -31,4 +31,4 @@ The query accepts the following parameter. Parameter | Data type | Description :--- | :--- | :--- -`value` | Array of strings | The document IDs to search for. Required. \ No newline at end of file +`values` | Array of strings | The document IDs to search for. Required.