Skip to content

Commit a141dbd

Browse files
authored
Merge pull request #720 from IU-Libraries-Joint-Development/essi-2201_catalog_post
ESSI-2201 Configure default http method in CatalogController
2 parents 5286872 + 72c1f48 commit a141dbd

1 file changed

Lines changed: 2 additions & 0 deletions

File tree

app/controllers/catalog_controller.rb

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -18,6 +18,8 @@ def self.modified_field
1818
include BlacklightIiifSearch::Controller
1919

2020
configure_blacklight do |config|
21+
config.http_method = :post
22+
2123
# IiifPrint index fields
2224
config.add_index_field 'all_text_tsimv', highlight: true, helper_method: :render_ocr_snippets
2325

0 commit comments

Comments
 (0)