app/controllers/spotlight/searches_controller.rb in blacklight-spotlight-1.3.0 vs app/controllers/spotlight/searches_controller.rb in blacklight-spotlight-1.4.0

- old
+ new

@@ -100,9 +100,10 @@ def search_params params.require(:search).permit( :title, :long_description, + :search_box, :default_index_view_type, masthead_attributes: featured_image_params, thumbnail_attributes: featured_image_params ) end