Skip to content

Commit 9b3bba6

Browse files
committed
Add doc
1 parent 0e309db commit 9b3bba6

File tree

2 files changed

+2
-0
lines changed

2 files changed

+2
-0
lines changed

.github/matrix.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -27,6 +27,7 @@
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",

lib/blacklight/elasticsearch/response.rb

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff 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

0 commit comments

Comments
 (0)