Skip to content

AI-Aided: Enable from: filter support in cross-team search #8092

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Open
wants to merge 1 commit into
base: v10.10-documentation
Choose a base branch
from
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
5 changes: 5 additions & 0 deletions source/collaborate/search-for-messages.rst
Original file line number Diff line number Diff line change
Expand Up @@ -29,6 +29,10 @@ Search for message
.. image:: ../images/search-all-teams.png
:alt: Select All Teams to search all channels across all teams.

.. note::

From Mattermost v10.10, the ``from:`` search modifier is available for cross-team searches. When searching all teams, you must manually add the ``from:`` modifier as part of your search criteria to search by specific users across teams.

3. When message results display in the Search Results pane, select **Jump** to view a full message in context.

.. image:: ../images/jump-to-message.png
Expand Down Expand Up @@ -130,6 +134,7 @@ You can apply search modifiers to any search to reduce the number of results ret
- Use ``from:`` to find messages or files from specific users.

* For example, searching ``from:john.smith`` only returns content from your direct message history with John Smith.
* From Mattermost v10.10, you can use ``from:`` in cross-team searches to find messages from specific users across all teams you're a member of.

- Use ``in:`` to find messages or files posted in specific public channels, private channels, direct messages, or group messages. You can specify channels by display name or channel ID.

Expand Down