blacklight_cql 2.0.0 → 2.0.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.
- data/VERSION +1 -1
- data/lib/blacklight_cql/solr_helper_extension.rb +5 -1
- metadata +2 -2
data/VERSION
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
2.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,
|
|
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.
|
|
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-
|
|
12
|
+
date: 2014-08-20 00:00:00.000000000 Z
|
|
13
13
|
dependencies:
|
|
14
14
|
- !ruby/object:Gem::Dependency
|
|
15
15
|
name: rails
|