summaryrefslogtreecommitdiffstats
path: root/app/controllers/search_controller.rb
Commit message (Expand)AuthorAgeFilesLines
* 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