We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 3837cb7 + d831508 commit 6e51615Copy full SHA for 6e51615
1 file changed
lib/generators/blacklight/templates/catalog_controller.rb
@@ -36,7 +36,11 @@ class <%= controller_name.classify %>Controller < ApplicationController
36
## Optional fine-tuning for advanced search, e.g., set different limits for
37
## different facets.
38
# config.advanced_search.form_solr_parameters = {}
39
-
+ #
40
+ ## What type of HTTP request to make to solr. Use `:post' to support requests longer than the URI length limit.
41
+ ## (default is `:get')
42
+ # config.http_method = :post
43
44
## Default parameters to send to solr for all search-like requests. See also SearchBuilder#processed_parameters
45
config.default_solr_params = {
46
rows: 10
0 commit comments