docs: Modify *Searching for messages* to include directions on viewing the first message in a topic.

This commit is contained in:
Cynthia Lin
2017-01-26 22:32:50 -08:00
committed by Tim Abbott
parent 1dd8fb7966
commit de0329b4f9

View File

@@ -12,12 +12,15 @@ represents the criteria that fits the specified operator. Operators allow you to
instantly find messages that meet the specified criteria, such as messages that
belong to a specific stream or topic.
It is important to note that spaces in `operand` must be replaced with `+`. In
addition, multiple search operators can be used in a single query by separating
each operator with spaces in your search bar. Most importantly, you can search
an individual stream for results from before you joined, but search results will
only include messages from after you first joined Zulip if you search the entire
organization.
It is important to note that spaces in `operand` must be replaced with `+`.
Multiple search operators can be used in a single query by separating each
operator with spaces in your search bar. For example, combining the
`stream`, `topic`, and `near:1` search operators will allow you to narrow
your view to the first message in a particular topic.
Most importantly, you can search an individual stream for results from
before you joined, but search results will only include messages from after
you first joined Zulip if you search the entire organization.
## Features and limitations