Sha256: 69eef25abbd02db551af678dd163d06301f9ce8714935926344eaebf836bd72a
Contents?: true
Size: 501 Bytes
Versions: 18
Compression:
Stored size: 501 Bytes
Contents
Requires: Blacklight 4.6.3 or higher To use HTTP POST in a specific controller (e.g., CatalogController): ```ruby configure_blacklight do |config| config.http_method = :post end ``` To set HTTP POST as the *default* (i.e, for all instances of `Blacklight::Configuration`) add the following to a Rails initializer (or similar mechanism): ```ruby Blacklight::Configuration.default_values[:http_method] = :post ``` NOTE: This solution does *not* change the behavior of `ActiveFedora::SolrService`.
Version data entries
18 entries across 18 versions & 1 rubygems