From 07126101d379b900724c7c5cfc82070b42c235d6 Mon Sep 17 00:00:00 2001 From: Joram Wilander Date: Mon, 9 May 2016 12:00:08 -0400 Subject: Recent mention searches now OR terms instead of AND (#2931) --- model/search_params.go | 1 + 1 file changed, 1 insertion(+) (limited to 'model/search_params.go') diff --git a/model/search_params.go b/model/search_params.go index d31782691..250c8e1f3 100644 --- a/model/search_params.go +++ b/model/search_params.go @@ -12,6 +12,7 @@ type SearchParams struct { IsHashtag bool InChannels []string FromUsers []string + OrTerms bool } var searchFlags = [...]string{"from", "channel", "in"} -- cgit v1.2.3-1-g7c22