blacklight_cql 1.0.0pre2 → 1.0.0pre3
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 +3 -1
- metadata +7 -5
data/VERSION
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
1.0.
|
|
1
|
+
1.0.0pre3
|
|
@@ -7,7 +7,9 @@
|
|
|
7
7
|
# alias_method_chain instead, thankfully we do not.
|
|
8
8
|
module BlacklightCql::SolrHelperExtension
|
|
9
9
|
mattr_accessor :pseudo_search_field
|
|
10
|
-
|
|
10
|
+
# :advanced_parse_q => false, tells the AdvancedSearchPlugin not to try
|
|
11
|
+
# to parse this for parens and booleans, we're taking care of it!
|
|
12
|
+
self.pseudo_search_field = {:key => "cql", :display_label => "External Search (CQL)", :include_in_simple_select => false, :advanced_parse_q => false}
|
|
11
13
|
|
|
12
14
|
# Over-ride solr_search_params to do special CQL-to-complex-solr-query
|
|
13
15
|
# processing iff the "search_field" is our pseudo-search-field indicating
|
metadata
CHANGED
|
@@ -1,15 +1,15 @@
|
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
|
2
2
|
name: blacklight_cql
|
|
3
3
|
version: !ruby/object:Gem::Version
|
|
4
|
-
hash:
|
|
4
|
+
hash: 1923831951
|
|
5
5
|
prerelease: 5
|
|
6
6
|
segments:
|
|
7
7
|
- 1
|
|
8
8
|
- 0
|
|
9
9
|
- 0
|
|
10
10
|
- pre
|
|
11
|
-
-
|
|
12
|
-
version: 1.0.
|
|
11
|
+
- 3
|
|
12
|
+
version: 1.0.0pre3
|
|
13
13
|
platform: ruby
|
|
14
14
|
authors:
|
|
15
15
|
- Jonathan Rochkind
|
|
@@ -17,7 +17,8 @@ autorequire:
|
|
|
17
17
|
bindir: bin
|
|
18
18
|
cert_chain: []
|
|
19
19
|
|
|
20
|
-
date: 2011-
|
|
20
|
+
date: 2011-07-19 00:00:00 -04:00
|
|
21
|
+
default_executable:
|
|
21
22
|
dependencies:
|
|
22
23
|
- !ruby/object:Gem::Dependency
|
|
23
24
|
name: rails
|
|
@@ -110,6 +111,7 @@ files:
|
|
|
110
111
|
- spec/app_root/config/routes.rb
|
|
111
112
|
- spec/app_root/config/boot.rb
|
|
112
113
|
- spec/views/explain.xml.builder_spec.rb
|
|
114
|
+
has_rdoc: true
|
|
113
115
|
homepage: http://projectblacklight.org/
|
|
114
116
|
licenses: []
|
|
115
117
|
|
|
@@ -141,7 +143,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
|
|
|
141
143
|
requirements: []
|
|
142
144
|
|
|
143
145
|
rubyforge_project: blacklight
|
|
144
|
-
rubygems_version: 1.
|
|
146
|
+
rubygems_version: 1.6.2
|
|
145
147
|
signing_key:
|
|
146
148
|
specification_version: 3
|
|
147
149
|
summary: Blacklight CQL plugin
|