Files
mattermost/doc/help/Search.md

19 lines
1.6 KiB
Markdown
Raw Normal View History

2015-10-21 08:47:09 -07:00
# Search
The search box in Mattermost brings back results from any channel of which youre a member. No results are returned from channels where you are not a member - even if they are open channels.
2015-11-04 10:00:46 -08:00
#### Some things to know about search:
2015-10-21 08:47:09 -07:00
- Multiple search terms are connected with “OR” by default. Typing in `Mattermost website` returns results containing “Mattermost” or “website”
2015-11-05 07:16:35 -08:00
- 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`
2015-11-04 09:59:35 -08:00
- 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`
- Click on the **Jump** link on the right of a search result to view the post archive in the center channel
2015-10-21 08:47:09 -07:00
2015-11-04 10:00:46 -08:00
#### Limitations:
2015-10-25 20:36:37 -07:00
- 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
2015-11-04 08:20:44 -08:00
- Two letter searches and common words like "this", "a" and "is" won't appear in search results
- For searching in Chinese try adding * to the end of queries