summaryrefslogtreecommitdiffstats
path: root/doc/help
diff options
context:
space:
mode:
authorit33 <iantien@gmail.com>2015-10-25 20:36:37 -0700
committerit33 <iantien@gmail.com>2015-10-25 20:36:37 -0700
commitae2898107d275176126ab07ca1886fd7fd7ddad4 (patch)
tree69f07540ffd3cb7dffac0a634c435ff9a6be7b47 /doc/help
parentdc439fd7e84d54a95f6c0ac2b51a21e634777436 (diff)
downloadchat-ae2898107d275176126ab07ca1886fd7fd7ddad4.tar.gz
chat-ae2898107d275176126ab07ca1886fd7fd7ddad4.tar.bz2
chat-ae2898107d275176126ab07ca1886fd7fd7ddad4.zip
Added not on 3-char limitation
Diffstat (limited to 'doc/help')
-rw-r--r--doc/help/Search.md6
1 files changed, 5 insertions, 1 deletions
diff --git a/doc/help/Search.md b/doc/help/Search.md
index f36e079bd..02ecf7d40 100644
--- a/doc/help/Search.md
+++ b/doc/help/Search.md
@@ -8,4 +8,8 @@ Some things to know about search:
- You can use quotes to return search results for exact terms, like `"Mattermost website"` will only return messages containing the entire phrase `"Mattermost website"` and not return messages with 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`.
-Search in Mattermost uses the full text search features in MySQL and Postgres databases. Special cases that are not supported in default full text search, such as searching for IP addresses like `10.100.200.101`, can be added in future as the search feature evolves.
+#### Limitations
+
+- Search in Mattermost uses the full text search features included in either a MySQL or Postgres database, which has some limitations
+ - Special cases that are not supported in default full text search, such as searching for IP addresses like `10.100.200.101`, can be added in future as the search feature evolves
+ - Searches with fewer than three characters will return no results, so for searching in Chinese try adding * to the end of queries