Skip to content

Fix GET request#4

Open
beowulf11 wants to merge 2 commits into
samuelgja:mainfrom
beowulf11:main
Open

Fix GET request#4
beowulf11 wants to merge 2 commits into
samuelgja:mainfrom
beowulf11:main

Conversation

@beowulf11

Copy link
Copy Markdown

I found a bug in the GET request url format. Based on the ElasticSearch GET API it is incorrectly formatted.

It should be <index>/_doc/<_id>
But is <index><_id>

There was a bug in the url for GET request. Based on the [API](https://www.elastic.co/guide/en/elasticsearch/reference/current/docs-get.html) it should be `<index>/_doc/<_id>`, but was `<index><_id>`.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant