summaryrefslogtreecommitdiff
path: root/lib/gitlab/sql/pattern.rb
Commit message (Expand)AuthorAgeFilesLines
* Use fuzzy search with minimum length of 3 characters where appropriatedm-search-patternDouwe Maan2017-11-271-0/+6
* Modify fuzzy_arel_match to search for equality when a term shorter than 3 cha...Douwe Maan2017-11-271-5/+12
* Rename to_fuzzy_arel to fuzzy_arel_matchDouwe Maan2017-11-241-1/+1
* Fuzzy search issuable title or descriptionHiroyuki Sato2017-08-311-0/+23
* RefactorHiroyuki Sato2017-08-291-7/+3
* Move the logic to a concernHiroyuki Sato2017-08-291-23/+16
* Fix escape characters was not sanitizedHiroyuki Sato2017-08-261-2/+7
* Improve AutocompleteController#user.json performanceHiroyuki Sato2017-08-251-0/+29