summaryrefslogtreecommitdiffstats
path: root/model/search_params.go
Commit message (Expand)AuthorAgeFilesLines
* Adding the ability to disable full text search queries for master (#6102)Corey Hulen2017-04-171-0/+10
* PLT-5860 Updated copyright date (#6058)Harrison Healey2017-04-121-1/+1
* PLT-6057: Fix empty search results with in/from. (#5892)George Goldberg2017-03-291-1/+1
* PLT-2283 Improved trimming of punctuation from hashtags and search terms (#3178)Harrison Healey2016-06-011-2/+6
* Recent mention searches now OR terms instead of AND (#2931)Joram Wilander2016-05-091-0/+1
* Stopped removing *s from the end of search phrasesHarrison Healey2016-03-041-2/+2
* Updated serverside hashtag regex to ignore more punctuation around wordshmhealey2016-01-261-7/+11
* Fixing searching for quotationsChristopher Speller2015-11-061-2/+28
* Moved logic for searching for posts by multiple users/channels into the sql q...hmhealey2015-10-261-39/+28
* Changed post searching to allow searching by multiple users/channelshmhealey2015-10-231-37/+58
* Added from:, in:, and channel: search modifiershmhealey2015-10-191-0/+130