summaryrefslogtreecommitdiffstats
path: root/model/search_params.go
diff options
context:
space:
mode:
Diffstat (limited to 'model/search_params.go')
-rw-r--r--model/search_params.go1
1 files changed, 1 insertions, 0 deletions
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"}