summaryrefslogtreecommitdiffstats
path: root/app/controllers/search_controller.rb
Commit message (Expand)AuthorAgeFilesLines
* Merged r15583 and r15584 (#23153).Jean-Philippe Lang2016-07-101-1/+1
* Handle search pagination with the REST API (#6277).Jean-Philippe Lang2016-03-191-4/+12
* REST API for Search (#6277).Jean-Philippe Lang2016-03-191-1/+5
* Updates copyright for 2016.Jean-Philippe Lang2016-03-131-1/+1
* Make search results per page configurable (#19005).Jean-Philippe Lang2015-02-071-1/+3
* Copyright update.Jean-Philippe Lang2015-01-111-1/+1
* Option to search open issues only (#10734).Jean-Philippe Lang2015-01-101-1/+2
* Option to search attachment filenames and description (#4383).Jean-Philippe Lang2015-01-091-1/+3
* Cache search result ids for faster search pagination (#18631).Jean-Philippe Lang2014-12-201-3/+1
* Moved search logic to Redmine::Search (#18631).Jean-Philippe Lang2014-12-201-47/+18
* Use projects association.Jean-Philippe Lang2014-12-131-1/+1
* Rewrites search engine to properly paginate results (#18631).Jean-Philippe Lang2014-12-121-27/+29
* Merged rails-4.1 branch (#14534).Jean-Philippe Lang2014-10-221-1/+1
* update copyright year (#15977)Toshi MARUYAMA2014-01-291-1/+1
* Copyright for 2013 (#12788).Jean-Philippe Lang2013-01-121-1/+1
* Code cleanup.Jean-Philippe Lang2012-12-031-2/+2
* Removed unused helper.Jean-Philippe Lang2012-12-031-3/+0
* Copyright update.Jean-Philippe Lang2012-05-051-1/+1
* Make sure that projects_to_search is a Project Array.Jean-Philippe Lang2012-02-261-1/+1
* remove trailing white-spaces from app/controllers/search_controller.rb.Toshi MARUYAMA2011-08-301-15/+15
* Fixed: search options get lost after clicking on a specific result type (#7501).Jean-Philippe Lang2011-07-091-4/+4
* Typecast issue ids when searched for.Eric Davis2010-06-201-1/+1
* Move SQL LIKE tokens to acts_as_searchable.Jean-Philippe Lang2010-02-171-4/+2
* Makes search providers extensible (#3936).Jean-Philippe Lang2010-02-171-1/+1
* Fixed: can not search for 2 letters word (#4381).Jean-Philippe Lang2010-01-101-2/+2
* Add view_issues permission (#3187).Jean-Philippe Lang2009-11-141-1/+1
* Merged nested projects branch. Removes limit on subproject nesting (#594).Jean-Philippe Lang2009-01-241-1/+1
* Moves @layout 'base'@ to ApplicationController.Jean-Philippe Lang2008-08-101-2/+0
* Search engine: display total results count (#906) and count by result type.Jean-Philippe Lang2008-07-201-1/+6
* Ability to search a project and its subprojects (#1264).Jean-Philippe Lang2008-05-201-1/+3
* Ability to search all projects or the projects the user belongs to (#791).Jean-Philippe Lang2008-05-181-37/+37
* Fixes #820: invalid project id causes a NoMethodError in SearchController (An...Jean-Philippe Lang2008-03-121-6/+5
* Merged Rails 2.0 compatibility changes.Jean-Philippe Lang2007-12-101-3/+4
* Search engine: search can be restricted to an exact phrase by using quotation...Jean-Philippe Lang2007-11-291-2/+4
* Anonymous users can now be allowed to create, edit, comment issues, comment n...Jean-Philippe Lang2007-11-201-2/+2
* Search engine: added a checkbox to search titles only (usefull when searching...Jean-Philippe Lang2007-10-151-4/+9
* Search engines now supports pagination.Jean-Philippe Lang2007-09-271-15/+22
* Fixed projects search.Jean-Philippe Lang2007-09-241-1/+1
* Search engine now only searches objects the user is allowed to view.Jean-Philippe Lang2007-09-241-4/+17
* Removed @html_title assignments in controllers.Jean-Philippe Lang2007-09-071-1/+0
* Issue notes are now included in search.Jean-Philippe Lang2007-09-051-0/+4
* Text search added on messages.Jean-Philippe Lang2007-05-141-1/+7
* Added a quick search form in page header. Search functionality moved to a ded...Jean-Philippe Lang2007-04-301-0/+75