summaryrefslogtreecommitdiffstats
path: root/lib/redmine/search.rb
Commit message (Expand)AuthorAgeFilesLines
* remove spaces inside {} of lib/redmine/search.rbToshi MARUYAMA2020-11-191-1/+1
* add space after comma to lib/redmine/search.rbToshi MARUYAMA2020-10-281-3/+3
* Update copyright year in source files to 2020 (#33069).Go MAEDA2020-03-031-1/+1
* code cleanup: rubocop: fix Style/AsciiComments in lib/redmine/search.rbToshi MARUYAMA2019-10-091-1/+1
* Update copyright year.Go MAEDA2019-05-251-1/+1
* Enable frozen_string_literal for some files under app and lib directory (#265...Go MAEDA2019-03-161-1/+1
* Add "frozen_string_literal: false" for all files (#26561).Go MAEDA2019-03-151-0/+2
* Allow single Chinese character as a search keyword (#30037).Go MAEDA2018-11-301-1/+2
* remove empty lines with trailing white spaces at lib/redmine/search.rbToshi MARUYAMA2017-08-011-3/+0
* Update copyright.Jean-Philippe Lang2017-06-251-1/+1
* Updates copyright for 2016.Jean-Philippe Lang2016-03-131-1/+1
* Fix tokenization of phrases with non-ascii chars (#20730).Jean-Philippe Lang2015-10-091-1/+1
* Copyright update.Jean-Philippe Lang2015-01-111-1/+1
* Converts timestamps to integers in #search_result_ranks_and_ids.Jean-Philippe Lang2014-12-261-2/+1
* Cache search result ids for faster search pagination (#18631).Jean-Philippe Lang2014-12-201-1/+37
* Moved search logic to Redmine::Search (#18631).Jean-Philippe Lang2014-12-201-1/+67
* update copyright year (#15977)Toshi MARUYAMA2014-01-291-1/+1
* Copyright for 2013 (#12788).Jean-Philippe Lang2013-01-121-1/+1
* Copyright update.Jean-Philippe Lang2012-05-051-1/+1
* remove trailing white-spaces from lib/redmine/search.rbToshi MARUYAMA2011-09-201-8/+8
* Makes search providers extensible (#3936).Jean-Philippe Lang2010-02-171-0/+17
* Contextual quick search (#3263).Jean-Philippe Lang2009-10-211-0/+55