-
- Downloads
Implement search page with filtering of results and pagination
Signed-off-by:
Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>
Showing
- app/controllers/search_controller.rb 17 additions, 6 deletionsapp/controllers/search_controller.rb
- app/helpers/search_helper.rb 15 additions, 0 deletionsapp/helpers/search_helper.rb
- app/services/search/global_service.rb 1 addition, 19 deletionsapp/services/search/global_service.rb
- app/services/search/project_service.rb 3 additions, 33 deletionsapp/services/search/project_service.rb
- app/views/search/_global_results.html.haml 27 additions, 5 deletionsapp/views/search/_global_results.html.haml
- app/views/search/_project_results.html.haml 34 additions, 22 deletionsapp/views/search/_project_results.html.haml
- app/views/search/_results.html.haml 1 addition, 2 deletionsapp/views/search/_results.html.haml
Please register or sign in to comment