summaryrefslogtreecommitdiffstats
path: root/model/search_params.go
Commit message (Expand)AuthorAgeFilesLines
* [MM-12484] Fix return search posts on date filters (#9568)Saturnino Abril2018-10-051-3/+15
* bug fix: after and before search flags should not be inclusive of the selecte...Dmitry Samuylov2018-08-291-2/+9
* Feature/search after before on (#9219)Dmitry Samuylov2018-08-281-15/+58
* Pr 9039 (#9187)Martin Kraft2018-07-301-5/+6
* general cleanup (#8387)Chris2018-03-071-6/+0
* unnamed return (#8170)Chris2018-01-301-6/+2
* simplify things (#7735)Chris2017-10-301-12/+2
* 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