summaryrefslogtreecommitdiffstats
path: root/doc/help
diff options
context:
space:
mode:
authormishimi <michelle@spinpunch.com>2015-11-04 09:59:35 -0800
committermishimi <michelle@spinpunch.com>2015-11-04 09:59:35 -0800
commit595444bd4024a57420435da576d58d668b6aabd4 (patch)
tree4957f7880b92bf333bc02589ae880a15785d6cf9 /doc/help
parent3d7f1d1a3bbcab994e3519ca9efa8384330f29dc (diff)
downloadchat-595444bd4024a57420435da576d58d668b6aabd4.tar.gz
chat-595444bd4024a57420435da576d58d668b6aabd4.tar.bz2
chat-595444bd4024a57420435da576d58d668b6aabd4.zip
Update Search.md
Diffstat (limited to 'doc/help')
-rw-r--r--doc/help/Search.md6
1 files changed, 3 insertions, 3 deletions
diff --git a/doc/help/Search.md b/doc/help/Search.md
index 9824c021f..392345813 100644
--- a/doc/help/Search.md
+++ b/doc/help/Search.md
@@ -5,9 +5,9 @@ The search box in Mattermost brings back results from any channel of which youâ€
Some things to know about search:
- Multiple search terms are connected with “OR” by default. Typing in `Mattermost website` returns results containing “Mattermost” or “website”
-- You can use quotes to return search results for exact terms. For example: Searching `"Mattermost website"` returns messages containing the entire phrase `"Mattermost website"` and not messages containing only `Mattermost` or `website`
-- You can use the `*` character for wildcard searches that match within words. For example: Searching for `rea*` brings back messages containing `reach`, `reason` and other words starting with `rea`.
-- You can use from: to find posts from specific users and in: to find posts in specific channels. For example: Searching `Mattermost in:town-square' will only return messages in Town Square that contain 'Mattermost'
+- Use quotes to return search results for exact terms. For example: Searching `"Mattermost website"` returns messages containing the entire phrase `"Mattermost website"` and not messages containing only `Mattermost` or `website`
+- Use the `*` character for wildcard searches that match within words. For example: Searching for `rea*` brings back messages containing `reach`, `reason` and other words starting with `rea`.
+- Use `from:` to find posts from specific users and `in:` to find posts in specific channels. For example: Searching `Mattermost in:town-square` only returns messages in Town Square that contain `Mattermost`
#### Limitations