mirror of
https://github.com/ToolJet/ToolJet
synced 2026-05-24 01:18:23 +00:00
Fix inconsistency in ES queries (#351)
This commit is contained in:
parent
533e4546c4
commit
18a1757ab9
1 changed files with 1 additions and 1 deletions
|
|
@ -48,7 +48,7 @@ class ElasticsearchQueryService
|
|||
|
||||
if operation == 'search'
|
||||
index = options['index']
|
||||
query = JSON.parse(options[:query])
|
||||
query = JSON.parse(options['query'])
|
||||
data = connection.search(index: index, body: query)
|
||||
end
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue