elasticsearch-query-builder 0.6 → 0.6.1

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: c9f17360676e571b8dff13da887488a594d21a497a36ea79ef84f9a6c0c22b96
4
- data.tar.gz: 763c7728c39a3c37318198dd33c443d8a3e096c2a1ceb890da5f3318056ca84d
3
+ metadata.gz: 4234895617d994d9ad9b679b03765ebc87c2a19324110c0665a183525d80e4f3
4
+ data.tar.gz: 23702f5a82416c69261cf5ed9c7d661b2d69e30a349fb8e29443e7b13fda7ef6
5
5
  SHA512:
6
- metadata.gz: d274ad8ae3e5a9f32c87c9251faf063740cf283dce0907195ac3ceae6a47ca0024231c2474b8703ea7fe7f6f486e90715801aea142431212a1c323e4fba37bf3
7
- data.tar.gz: 60974f887cc58a6ec9d8816a73be0c64d5a1fee8ab336c0cc742b1d9193b00652eaaae9cf341bd5bc6f838f55e6c1f96bdc0c4118b198d924a73fa9530a2e7d5
6
+ metadata.gz: 7448196ec128aa97e48497dc8dd6dd1ee6e39015203f940011494784f91882bac45894a12915259b7a566a38bcc932974a1e1b0bf3449cf6f68f980cbfae692c
7
+ data.tar.gz: 3936345abab715b79fe018daa10dc40752162913cc0623932afde218cae45b54c3cb55c6458335716c556b84630b57a788db4fa5ff8646627b6445ea2f2d6455
data/Gemfile.lock CHANGED
@@ -1,7 +1,7 @@
1
1
  PATH
2
2
  remote: .
3
3
  specs:
4
- elasticsearch-query-builder (0.6)
4
+ elasticsearch-query-builder (0.6.1)
5
5
 
6
6
  GEM
7
7
  remote: https://rubygems.org/
@@ -53,7 +53,7 @@ module ElasticSearch
53
53
  def multisearch_results
54
54
  raise 'client: should be set in order to fetch multisearch_results' unless client
55
55
 
56
- client&.msearch(mopts)&.results
56
+ client&.msearch(body: mopts)&.dig('responses')
57
57
  end
58
58
 
59
59
  def add_to_multisearch(index: {})
@@ -2,6 +2,6 @@
2
2
 
3
3
  module ElasticSearch
4
4
  class QueryBuilder
5
- VERSION = '0.6'
5
+ VERSION = '0.6.1'
6
6
  end
7
7
  end
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: elasticsearch-query-builder
3
3
  version: !ruby/object:Gem::Version
4
- version: '0.6'
4
+ version: 0.6.1
5
5
  platform: ruby
6
6
  authors:
7
7
  - Kickser