mirror of
https://github.com/Abdulazizzn/n8n-enterprise-unlocked.git
synced 2025-12-17 10:02:05 +00:00
fix(Elasticsearch Node): Fix issue stopping search queries being sent (#11464)
This commit is contained in:
@@ -172,7 +172,7 @@ export class Elasticsearch implements INodeType {
|
||||
} else {
|
||||
responseData = await elasticsearchApiRequest.call(
|
||||
this,
|
||||
'GET',
|
||||
'POST',
|
||||
`/${indexId}/_search`,
|
||||
body,
|
||||
qs,
|
||||
@@ -184,7 +184,7 @@ export class Elasticsearch implements INodeType {
|
||||
|
||||
responseData = await elasticsearchApiRequest.call(
|
||||
this,
|
||||
'GET',
|
||||
'POST',
|
||||
`/${indexId}/_search`,
|
||||
body,
|
||||
qs,
|
||||
|
||||
Reference in New Issue
Block a user