From b0301949812f929eb0d0dfc7d2a0933b8aea0e01 Mon Sep 17 00:00:00 2001 From: ashwinkumar12345 Date: Fri, 10 Sep 2021 14:25:00 -0700 Subject: [PATCH] incorporated feedback --- _opensearch/rest-api/count.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/_opensearch/rest-api/count.md b/_opensearch/rest-api/count.md index b7b6b12d..c3463a08 100644 --- a/_opensearch/rest-api/count.md +++ b/_opensearch/rest-api/count.md @@ -28,7 +28,7 @@ GET opensearch_dashboards_sample_data_logs/_count } ``` -You can also use the search API for the same result: +The following call to the search API produces equivalent results: ```json GET opensearch_dashboards_sample_data_logs/_search