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 +4 -4
- data/Gemfile.lock +1 -1
- data/lib/elastic_search/query_builder.rb +1 -1
- data/lib/elastic_search/query_builder/version.rb +1 -1
- metadata +1 -1
checksums.yaml
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
SHA256:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: 4234895617d994d9ad9b679b03765ebc87c2a19324110c0665a183525d80e4f3
|
|
4
|
+
data.tar.gz: 23702f5a82416c69261cf5ed9c7d661b2d69e30a349fb8e29443e7b13fda7ef6
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: 7448196ec128aa97e48497dc8dd6dd1ee6e39015203f940011494784f91882bac45894a12915259b7a566a38bcc932974a1e1b0bf3449cf6f68f980cbfae692c
|
|
7
|
+
data.tar.gz: 3936345abab715b79fe018daa10dc40752162913cc0623932afde218cae45b54c3cb55c6458335716c556b84630b57a788db4fa5ff8646627b6445ea2f2d6455
|
data/Gemfile.lock
CHANGED
|
@@ -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)&.
|
|
56
|
+
client&.msearch(body: mopts)&.dig('responses')
|
|
57
57
|
end
|
|
58
58
|
|
|
59
59
|
def add_to_multisearch(index: {})
|