From 3e5f6a974c7ff607e66693b4cdc0b2bb031f36e3 Mon Sep 17 00:00:00 2001 From: okkez Date: Thu, 23 Jun 2016 23:21:16 +0900 Subject: [PATCH 2/2] Add hook view_search_index_options_content_bottom This is for adding additional query parameter for search. --- app/views/search/index.html.erb | 1 + 1 file changed, 1 insertion(+) diff --git a/app/views/search/index.html.erb b/app/views/search/index.html.erb index 6fceaea..53ec17a 100644 --- a/app/views/search/index.html.erb +++ b/app/views/search/index.html.erb @@ -26,6 +26,7 @@

+ <%= call_hook(:view_search_index_options_content_bottom) %> <%= hidden_field_tag 'options', '', :id => 'show-options' %> -- 2.8.1