Skip to content

Commit 2d8c405

Browse files
fix review feedback
1 parent 936e431 commit 2d8c405

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

solutions/search/elasticsearch-basics-quickstart.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -124,6 +124,7 @@ POST /_bulk
124124
{ "index" : { "_index" : "books" } }
125125
{"name": "The Handmaids Tale", "author": "Margaret Atwood", "release_date": "1985-06-01", "page_count": 311}
126126
```
127+
You should receive a response indicating there were no errors.
127128

128129
::::{dropdown} Example response
129130
```console-result
@@ -248,9 +249,9 @@ View the mapping for the `books` index with the [Get mapping API](https://www.el
248249
```console
249250
GET /books/_mapping
250251
```
251-
252252
The following response displays the mappings that were created by {{es}}.
253253
::::{dropdown} Example response
254+
254255
```console-result
255256
{
256257
"books": {

0 commit comments

Comments
 (0)