We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 6e51615 + b5f7710 commit 8f48eabCopy full SHA for 8f48eab
1 file changed
lib/generators/blacklight/templates/catalog_controller.rb
@@ -46,6 +46,10 @@ class <%= controller_name.classify %>Controller < ApplicationController
46
rows: 10
47
}
48
49
+ # If you add any inputs to the search form, you must specify them so that they are not stripped out as unpermitted.
50
+ # By default this includes the fields required for basic search and advanced search.
51
+ # config.search_state_fields += [:search_type]
52
+
53
# solr path which will be added to solr base url before the other solr params.
54
#config.solr_path = 'select'
55
#config.document_solr_path = 'get'
0 commit comments