blacklight_advanced_search 1.0.0pre2 → 1.0.0pre3

Sign up to get free protection for your applications and to get access to all the features.
data/VERSION CHANGED
@@ -1 +1 @@
1
- 1.0.0pre2
1
+ 1.0.0pre3
@@ -48,6 +48,7 @@ class AdvancedController < CatalogController
48
48
  input.merge!( search_context_params )
49
49
  input.merge!( :qt => BlacklightAdvancedSearch.config[:qt] , :per_page => 0)
50
50
  input.merge!( BlacklightAdvancedSearch.config[:form_solr_parameters] )
51
+ input[:q] ||= '{!lucene}*:*'
51
52
 
52
53
 
53
54
  Blacklight.solr.find(input.to_hash)
@@ -58,4 +59,4 @@ class AdvancedController < CatalogController
58
59
  def setup_advanced_search_js
59
60
  javascript_includes << ["blacklight_advanced_search_javascript", {:plugin=>:blacklight_advanced_search}]
60
61
  end
61
- end
62
+ end
@@ -1,5 +1,5 @@
1
1
  # -*- coding: utf-8 -*-
2
- require "lib/blacklight_advanced_search/version"
2
+ require File.join(File.dirname(__FILE__), "lib/blacklight_advanced_search/version")
3
3
 
4
4
  Gem::Specification.new do |s|
5
5
  s.name = "blacklight_advanced_search"
metadata CHANGED
@@ -1,15 +1,15 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: blacklight_advanced_search
3
3
  version: !ruby/object:Gem::Version
4
- hash: 1923831949
4
+ hash: 1923831951
5
5
  prerelease: 5
6
6
  segments:
7
7
  - 1
8
8
  - 0
9
9
  - 0
10
10
  - pre
11
- - 2
12
- version: 1.0.0pre2
11
+ - 3
12
+ version: 1.0.0pre3
13
13
  platform: ruby
14
14
  authors:
15
15
  - Jonathan Rochkind
@@ -18,7 +18,7 @@ autorequire:
18
18
  bindir: bin
19
19
  cert_chain: []
20
20
 
21
- date: 2011-06-23 00:00:00 Z
21
+ date: 2011-07-13 00:00:00 Z
22
22
  dependencies:
23
23
  - !ruby/object:Gem::Dependency
24
24
  name: rails
@@ -149,7 +149,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
149
149
  requirements: []
150
150
 
151
151
  rubyforge_project: blacklight
152
- rubygems_version: 1.7.2
152
+ rubygems_version: 1.8.5
153
153
  signing_key:
154
154
  specification_version: 3
155
155
  summary: Blacklight Advanced Search plugin