blacklight_cql 0.9.0 → 0.9.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 CHANGED
@@ -1 +1 @@
1
- 0.9.0
1
+ 0.9.1
@@ -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
- self.pseudo_search_field = {:key => "cql", :display_label => "External Search (CQL)", :include_in_simple_select => false}
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,13 +1,13 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: blacklight_cql
3
3
  version: !ruby/object:Gem::Version
4
- hash: 59
5
- prerelease: false
4
+ hash: 57
5
+ prerelease:
6
6
  segments:
7
7
  - 0
8
8
  - 9
9
- - 0
10
- version: 0.9.0
9
+ - 1
10
+ version: 0.9.1
11
11
  platform: ruby
12
12
  authors:
13
13
  - Jonathan Rochkind
@@ -15,7 +15,7 @@ autorequire:
15
15
  bindir: bin
16
16
  cert_chain: []
17
17
 
18
- date: 2010-06-28 00:00:00 -04:00
18
+ date: 2011-07-19 00:00:00 -04:00
19
19
  default_executable:
20
20
  dependencies:
21
21
  - !ruby/object:Gem::Dependency
@@ -100,8 +100,8 @@ homepage: http://github.com/projectblacklight/blacklight_cql
100
100
  licenses: []
101
101
 
102
102
  post_install_message:
103
- rdoc_options:
104
- - --charset=UTF-8
103
+ rdoc_options: []
104
+
105
105
  require_paths:
106
106
  - lib
107
107
  required_ruby_version: !ruby/object:Gem::Requirement
@@ -125,22 +125,9 @@ required_rubygems_version: !ruby/object:Gem::Requirement
125
125
  requirements: []
126
126
 
127
127
  rubyforge_project:
128
- rubygems_version: 1.3.7
128
+ rubygems_version: 1.6.2
129
129
  signing_key:
130
130
  specification_version: 3
131
131
  summary: Add CQL query support to a Blacklight app
132
- test_files:
133
- - spec/blacklight_to_solr_spec.rb
134
- - spec/spec_helper.rb
135
- - spec/app_root/app/controllers/application_controller.rb
136
- - spec/app_root/lib/console_with_fixtures.rb
137
- - spec/app_root/lib/blacklight/search_fields.rb
138
- - spec/app_root/config/environments/postgresql.rb
139
- - spec/app_root/config/environments/sqlite3.rb
140
- - spec/app_root/config/environments/sqlite.rb
141
- - spec/app_root/config/environments/in_memory.rb
142
- - spec/app_root/config/environments/mysql.rb
143
- - spec/app_root/config/environment.rb
144
- - spec/app_root/config/routes.rb
145
- - spec/app_root/config/boot.rb
146
- - spec/views/explain.xml.builder_spec.rb
132
+ test_files: []
133
+