blacklight 7.25.2 → 7.25.3
Sign up to get free protection for your applications and to get access to all the features.
- checksums.yaml +4 -4
- data/VERSION +1 -1
- data/app/helpers/blacklight/blacklight_helper_behavior.rb +1 -1
- data/lib/blacklight/configuration.rb +1 -1
- metadata +3 -3
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA256:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: 5ed5074249090af28b69f617baadf69238599d64f387aae61ef71478ea501573
|
4
|
+
data.tar.gz: 03c767a4f628e2e09cd0afbbcb84a30cb0b4161013343f6fd45ab0a9653b58e6
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 55bab7b3b6c79e06a946650fa0be87eb273b29ef7e2967a945b4222e58edb4da63781b6011d325c9de6377fe8fcb6c6678a651dc4afa6a2d86860a81fa81ebdb
|
7
|
+
data.tar.gz: ccafd10839a91ef7ec21bc5838da73f4cd31d6a17320e6e20b4e052c0414b9ca16c2e6347e1ca1f9dbdaacfed26e723bed9eb6289b5e8c7c887c3867a3cbf8b7
|
data/VERSION
CHANGED
@@ -1 +1 @@
|
|
1
|
-
7.25.
|
1
|
+
7.25.3
|
@@ -81,7 +81,7 @@ module Blacklight::BlacklightHelperBehavior
|
|
81
81
|
def render_search_bar
|
82
82
|
if search_bar_presenter_class == Blacklight::SearchBarPresenter && partial_from_blacklight?(Blacklight::SearchBarPresenter.partial)
|
83
83
|
component_class = blacklight_config&.view_config(document_index_view_type)&.search_bar_component || Blacklight::SearchBarComponent
|
84
|
-
component_class.new(
|
84
|
+
render component_class.new(
|
85
85
|
url: search_action_url,
|
86
86
|
advanced_search_url: search_action_url(action: 'advanced_search'),
|
87
87
|
params: search_state.params_for_search.except(:qt),
|
@@ -295,7 +295,7 @@ module Blacklight
|
|
295
295
|
# @return [Boolean]
|
296
296
|
property :enable_search_bar_autofocus, default: false
|
297
297
|
|
298
|
-
BASIC_SEARCH_PARAMETERS = [:q, :qt, :page, :per_page, :search_field, :sort, :controller, :action, :'facet.page', :'facet.prefix', :'facet.sort', :rows, :format].freeze
|
298
|
+
BASIC_SEARCH_PARAMETERS = [:q, :qt, :page, :per_page, :search_field, :sort, :controller, :action, :'facet.page', :'facet.prefix', :'facet.sort', :rows, :format, :view].freeze
|
299
299
|
ADVANCED_SEARCH_PARAMETERS = [{ clause: {} }, :op].freeze
|
300
300
|
# List the request parameters that compose the SearchState.
|
301
301
|
# If you use a plugin that adds to the search state, then you can add the parameters
|
metadata
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: blacklight
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version: 7.25.
|
4
|
+
version: 7.25.3
|
5
5
|
platform: ruby
|
6
6
|
authors:
|
7
7
|
- Jonathan Rochkind
|
@@ -17,7 +17,7 @@ authors:
|
|
17
17
|
autorequire:
|
18
18
|
bindir: exe
|
19
19
|
cert_chain: []
|
20
|
-
date: 2022-05-
|
20
|
+
date: 2022-05-24 00:00:00.000000000 Z
|
21
21
|
dependencies:
|
22
22
|
- !ruby/object:Gem::Dependency
|
23
23
|
name: rails
|
@@ -946,7 +946,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
|
|
946
946
|
- !ruby/object:Gem::Version
|
947
947
|
version: '0'
|
948
948
|
requirements: []
|
949
|
-
rubygems_version: 3.
|
949
|
+
rubygems_version: 3.2.32
|
950
950
|
signing_key:
|
951
951
|
specification_version: 4
|
952
952
|
summary: Blacklight provides a discovery interface for any Solr (http://lucene.apache.org/solr)
|