blacklight_cql 2.0.0 → 2.0.1

Sign up to get free protection for your applications and to get access to all the features.
data/VERSION CHANGED
@@ -1 +1 @@
1
- 2.0.0
1
+ 2.0.1
@@ -11,7 +11,11 @@ module BlacklightCql::SolrHelperExtension
11
11
  mattr_accessor :pseudo_search_field
12
12
  # :advanced_parse_q => false, tells the AdvancedSearchPlugin not to try
13
13
  # to parse this for parens and booleans, we're taking care of it!
14
- self.pseudo_search_field = {:key => "cql", :label => "External Search (CQL)", :include_in_simple_select => false, :advanced_parse_q => false}
14
+ self.pseudo_search_field = {:key => "cql", :label => "External Search (CQL)", :include_in_simple_select => false,
15
+ # Different versions of advanced search may use different keys here (?)
16
+ :advanced_parse_q => false,
17
+ :advanced_parse => false
18
+ }
15
19
 
16
20
  included do
17
21
  solr_search_params_logic << :cql_to_solr_search_params
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: blacklight_cql
3
3
  version: !ruby/object:Gem::Version
4
- version: 2.0.0
4
+ version: 2.0.1
5
5
  prerelease:
6
6
  platform: ruby
7
7
  authors:
@@ -9,7 +9,7 @@ authors:
9
9
  autorequire:
10
10
  bindir: bin
11
11
  cert_chain: []
12
- date: 2014-02-10 00:00:00.000000000 Z
12
+ date: 2014-08-20 00:00:00.000000000 Z
13
13
  dependencies:
14
14
  - !ruby/object:Gem::Dependency
15
15
  name: rails