File tree Expand file tree Collapse file tree 2 files changed +2
-0
lines changed
lib/blacklight/elasticsearch Expand file tree Collapse file tree 2 files changed +2
-0
lines changed Original file line number Diff line number Diff line change 2727 "additional_name" : " ViewComponent 3"
2828 },
2929 {
30+ "ruby" : " 3.4" ,
3031 "rails_version" : " 8.1.1" ,
3132 "additional_engine_cart_rails_options" : " --css=bootstrap" ,
3233 "repository" : " elasticsearch" ,
Original file line number Diff line number Diff line change @@ -9,6 +9,7 @@ class Blacklight::Elasticsearch::Response < ActiveSupport::HashWithIndifferentAc
99 delegate :document_factory , to : :blacklight_config
1010
1111 # @param [Elasticsearch::API::Response] response
12+ # @param [Hash, Blacklight::SearchBuilder] request_params a SearchBuilder or a Hash of parameters
1213 def initialize ( api_response , request_params , options = { } )
1314 @search_builder = request_params if request_params . is_a? ( Blacklight ::SearchBuilder )
1415
You can’t perform that action at this time.
0 commit comments