mirror of https://github.com/zulip/zulip.git
help: Revert changes to "pm-with" and "group-pm-with" search filters.
In commit f3a67f0e31
, we updated the documented search filters
for direct messages, but these had not been changed in the backend
or the frontend of the codebase and therefore the newly documented
filters do not work. Reverts the documentation to the previous
search filters.
This commit is contained in:
parent
66de81425e
commit
611d36a8d1
|
@ -52,10 +52,10 @@ Zulip offers the following filters based on the location of the message.
|
|||
* `stream:design topic:new+logo`: Search within the topic "new logo" in
|
||||
**#design**.
|
||||
* `is:private`: Search all your direct messages.
|
||||
* `dm-with:Bo Lin`: Search 1-on-1 direct messages between you and Bo.
|
||||
* `dm-with:Bo Lin, Elena García`: Search group direct messages
|
||||
* `pm-with:Bo Lin`: Search 1-on-1 direct messages between you and Bo.
|
||||
* `pm-with:Bo Lin, Elena García`: Search group direct messages
|
||||
between you, Bo, and Elena.
|
||||
* `group-dm-with:Bo Lin`: Search all group direct message
|
||||
* `group-pm-with:Bo Lin`: Search all group direct message
|
||||
conversations that include you and Bo, as well as any other users.
|
||||
* `streams:public`: Search the history of all [public
|
||||
streams](/help/change-the-privacy-of-a-stream) in the organization, including
|
||||
|
|
Loading…
Reference in New Issue