co-elastic-query 1.0.7 → 1.0.8

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
  SHA1:
3
- metadata.gz: b028d67268c8c71064fe202176e956d442ab2995
4
- data.tar.gz: dce3b78197073eeaa55fba4333b956024129e1c1
3
+ metadata.gz: cf60505d2fc6b1e48f1347900644ff952d9e624d
4
+ data.tar.gz: 0f34b87be2fc3b40ed3e1368b6deb87f993a7cdf
5
5
  SHA512:
6
- metadata.gz: ce3289a8806236685b556b5eab70e3a744f1122c666ca15c6d71a7ea163b9d6d0739186a132ce014b9c87185274240153fb51a0eff8929aa5b468f87b5122c6e
7
- data.tar.gz: 59237b3a94abf844c095ff9ef7ede5bf5d115da4612ed02d92f5189b735380bafc82cb5ecad6b41d1f5e3773f6fa0ed00a9234a433acaac1ce3bce7b598dac65
6
+ metadata.gz: 75ce7fbcff180ae0ae8b0b2ad27ef8993caef0a650a10e06c3a44f0e2f089efca7b115ea1d8e96c6e25b8b21a3e01f1703af3c6bd82aadb07a2938ad9671db30
7
+ data.tar.gz: d0c5a85991a54a4aebc75f7f3c560d90710abda0aafbea2240ab147651772cb9a49889cf90a9b271f491c1787f928ef39801458a08057db888fdfde09cb392d6
@@ -154,6 +154,7 @@ class Elastic
154
154
  end
155
155
 
156
156
  if @raw_filter
157
+ fieldfilters ||= []
157
158
  fieldfilters += @raw_filter
158
159
  end
159
160
 
@@ -1,3 +1,3 @@
1
1
  module CoElasticQuery
2
- VERSION = "1.0.7"
2
+ VERSION = "1.0.8"
3
3
  end
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: co-elastic-query
3
3
  version: !ruby/object:Gem::Version
4
- version: 1.0.7
4
+ version: 1.0.8
5
5
  platform: ruby
6
6
  authors:
7
7
  - Stephen von Takach
@@ -9,7 +9,7 @@ authors:
9
9
  autorequire:
10
10
  bindir: bin
11
11
  cert_chain: []
12
- date: 2015-09-09 00:00:00.000000000 Z
12
+ date: 2015-10-20 00:00:00.000000000 Z
13
13
  dependencies:
14
14
  - !ruby/object:Gem::Dependency
15
15
  name: bundler