-
- Downloads
Merge branch 'improve-search-page' into 'master'
Improve search page Fixes #1270 * added pagination support * filter results by type * when switch between context - search params stays * redesign comment search results * search Issues and MR by description too ## Screenshots:   See merge request !1043
No related branches found
No related tags found
Showing
- app/assets/stylesheets/generic/common.scss 1 addition, 1 deletionapp/assets/stylesheets/generic/common.scss
- app/controllers/projects/issues_controller.rb 1 addition, 1 deletionapp/controllers/projects/issues_controller.rb
- app/controllers/search_controller.rb 17 additions, 6 deletionsapp/controllers/search_controller.rb
- app/helpers/search_helper.rb 17 additions, 0 deletionsapp/helpers/search_helper.rb
- app/models/concerns/issuable.rb 4 additions, 0 deletionsapp/models/concerns/issuable.rb
- app/models/note.rb 4 additions, 0 deletionsapp/models/note.rb
- app/models/project.rb 2 additions, 2 deletionsapp/models/project.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/_filter.html.haml 5 additions, 5 deletionsapp/views/search/_filter.html.haml
- app/views/search/_global_results.html.haml 27 additions, 5 deletionsapp/views/search/_global_results.html.haml
- app/views/search/_project_results.html.haml 35 additions, 23 deletionsapp/views/search/_project_results.html.haml
- app/views/search/_results.html.haml 1 addition, 2 deletionsapp/views/search/_results.html.haml
- app/views/search/results/_issue.html.haml 12 additions, 7 deletionsapp/views/search/results/_issue.html.haml
- app/views/search/results/_merge_request.html.haml 15 additions, 13 deletionsapp/views/search/results/_merge_request.html.haml
- app/views/search/results/_note.html.haml 25 additions, 8 deletionsapp/views/search/results/_note.html.haml
- app/views/search/results/_project.html.haml 3 additions, 4 deletionsapp/views/search/results/_project.html.haml
- app/views/search/show.html.haml 1 addition, 1 deletionapp/views/search/show.html.haml
- features/dashboard/search.feature 0 additions, 10 deletionsfeatures/dashboard/search.feature
- features/search.feature 46 additions, 0 deletionsfeatures/search.feature
Loading
Please register or sign in to comment