1.1 KiB
1.1 KiB
Search
The search box in Mattermost brings back results from any channel of which you’re a member. No results are returned from channels where you are not a member - even if they are open channels.
Some things to know about search:
- Multiple search terms are connected with “OR” by default. Typing in
Mattermost websitereturns results containing “Mattermost” or “website” - 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 onlyMattermostorwebsite - You can use the
*character for wildcard searches that match within words. For example: Searching forrea*brings back messages containingreach,reasonand other words starting withrea.
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.