search_solr_tools 3.8.3 → 3.8.4

Sign up to get free protection for your applications and to get access to all the features.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA1:
3
- metadata.gz: f9c394489b08f365d58472c54bcb3dabdfc3c424
4
- data.tar.gz: 94bf28add3cb6621dcce54d46f10cf5349bf257e
3
+ metadata.gz: dc4937aa8f6f83bbe8099bf75ad35d5580c39b80
4
+ data.tar.gz: efc2f96d0b6467989cbd37fc2affca717ee69da7
5
5
  SHA512:
6
- metadata.gz: 0c0761dfaa0047fb356f46df3cd7b5aca4cd77dff6fccb4f1954e76cae8789fbe47350be3ebf75c54877de5d6367daa1e0db2d975de4023452ec2d9561fca547
7
- data.tar.gz: 356794e66bde5e0860211be1b99ef8f2b1b267d7facf8f676de5b41244a6ce8b12c0facccb1c931ecf0e69d0f7c3cfa986f1a9a30668038dce3aa109732b4a0f
6
+ metadata.gz: af217f89a860011e77b574e3b7aa0bf2f1e8be49d5a8e90500e150884e1fc7d50e4137afa54c90a9e4bba5455d2659ae831a41bace51289dd166c9dc25c6a8be
7
+ data.tar.gz: 695b3fb90e87fa37587680abbd496d164b9e3f55c481df72f1f4b0f298c877294bf8b228ef72d83db3365adeb8a8935071f17833e5fc4597904a7d2ce77cf780
data/CHANGELOG.md CHANGED
@@ -1,3 +1,9 @@
1
+ ## v3.8.4 (2017-03-30)
2
+
3
+ Bugfix
4
+
5
+ - Fix deleting old records after harvest for ADE auto suggest.
6
+
1
7
  ## v3.8.3 (2017-03-29)
2
8
 
3
9
  Bugfix
@@ -56,6 +56,7 @@ module SearchSolrTools
56
56
  # Remove lucene special characters, preserve the query parameter and compress whitespace
57
57
  query_string.gsub!(/[:&|!~\-\(\)\{\}\[\]\^\*\?\+]+/, ' ')
58
58
  query_string.gsub!(/data_centers /, 'data_centers:')
59
+ query_string.gsub!(/source /, 'source:')
59
60
  query_string.squeeze(' ').strip
60
61
  end
61
62
 
@@ -1,3 +1,3 @@
1
1
  module SearchSolrTools
2
- VERSION = '3.8.3'
2
+ VERSION = '3.8.4'
3
3
  end
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: search_solr_tools
3
3
  version: !ruby/object:Gem::Version
4
- version: 3.8.3
4
+ version: 3.8.4
5
5
  platform: ruby
6
6
  authors:
7
7
  - Chris Chalstrom
@@ -12,7 +12,7 @@ authors:
12
12
  autorequire:
13
13
  bindir: bin
14
14
  cert_chain: []
15
- date: 2017-03-29 00:00:00.000000000 Z
15
+ date: 2017-03-30 00:00:00.000000000 Z
16
16
  dependencies:
17
17
  - !ruby/object:Gem::Dependency
18
18
  name: ffi-geos