Search Problem
Closed
Search Problem
Created by: MrKeiKun
Steps:
- Search a string (Example: ferdie)
- returns 500
Logs:
Started GET "/search?utf8=%E2%9C%93&search=sd&group_id=&repository_ref=" for 210.23.81.164 at 2014-08-29 10:45:24 +0800
Processing by SearchController#show as HTML
Parameters: {"utf8"=>"✓", "search"=>"sd", "group_id"=>"", "repository_ref"=>""}
Completed 500 Internal Server Error in 167ms
ActionView::Template::Error (undefined method `search_filter_path' for #<#<Class:0x0000000364d5b8>:0x000000046cbbd8>):
9: %b.caret
10: %ul.dropdown-menu
11: %li
12: = link_to search_filter_path(group_id: nil) do
13: Any
14: - current_user.authorized_groups.sort_by(&:name).each do |group|
15: %li
app/views/search/_filter.html.haml:12:in `_app_views_search__filter_html_haml___721860228217093936_43644560'
app/views/search/show.html.haml:13:in `block in _app_views_search_show_html_haml___2854968529296049527_38783860'
app/views/search/show.html.haml:1:in `_app_views_search_show_html_haml___2854968529296049527_38783860'
Please register or sign in to reply