mirror of https://github.com/zulip/zulip.git
help: Remove term "narrow" form help center.
"Narrow" was used to describe navigation and search filtering, but was not helpful in either situation.
This commit is contained in:
parent
3aece96d19
commit
ac47f85a34
|
@ -4,8 +4,8 @@
|
|||
|
||||
!!! keyboard_tip ""
|
||||
|
||||
Use <kbd>S</kbd> (narrow to stream) or <kbd>Shift</kbd> +
|
||||
<kbd>S</kbd> (narrow to conversation) to zoom in, and <kbd>A</kbd> to
|
||||
Use <kbd>S</kbd> (go to stream) or <kbd>Shift</kbd> +
|
||||
<kbd>S</kbd> (go to conversation) to zoom in, and <kbd>A</kbd> to
|
||||
get back to **All messages**.
|
||||
|
||||
|
||||
|
|
|
@ -1,10 +1,11 @@
|
|||
# Configure multi-language search
|
||||
|
||||
Zulip supports [full-text search](/help/search-for-messages), which can be
|
||||
combined arbitrarily with Zulip's full suite of narrowing operators. By default,
|
||||
Zulip search only supports English text, using [PostgreSQL's built-in full-text
|
||||
search feature](https://www.postgresql.org/docs/current/textsearch.html), with a
|
||||
custom set of English stop words to improve the quality of the search results.
|
||||
combined arbitrarily with Zulip's full suite of [search
|
||||
filters](/help/search-for-messages#search-filters). By default, Zulip search
|
||||
only supports English text, using [PostgreSQL's built-in full-text search
|
||||
feature](https://www.postgresql.org/docs/current/textsearch.html), with a custom
|
||||
set of English stop words to improve the quality of the search results.
|
||||
|
||||
Self-hosted Zulip organizations can instead set up an experimental
|
||||
[PGroonga](https://pgroonga.github.io/) integration that provides full-text
|
||||
|
|
|
@ -9,7 +9,7 @@ for catching up on messages sent while you were away.
|
|||
{!go-to-recent-conversations.md!}
|
||||
|
||||
1. The filters at the top help you quickly find relevant conversations.
|
||||
For example, select **Participated** to narrow to the conversations you
|
||||
For example, select **Participated** to filter to the conversations you
|
||||
have sent messages to.
|
||||
|
||||
{end_tabs}
|
||||
|
|
|
@ -4,7 +4,7 @@
|
|||
|
||||
When composing a message, Zulip lets you view a different
|
||||
[conversation](/help/recent-conversations) from the one you are composing to.
|
||||
For example, you can start a new topic without changing your narrow, send a
|
||||
For example, you can start a new topic without changing your view, send a
|
||||
direct message about the topic you're viewing, or look up a related discussion.
|
||||
|
||||
In this context, the parts of the message view that are outside of the
|
||||
|
@ -43,8 +43,8 @@ will be sent.
|
|||
|
||||
### Go to conversation
|
||||
|
||||
Zulip lets you narrow the message view to the
|
||||
[conversation](/help/recent-conversations) you're currently composing to.
|
||||
Zulip lets you jump to the [conversation](/help/recent-conversations) you're
|
||||
currently composing to.
|
||||
|
||||
{start_tabs}
|
||||
|
||||
|
|
|
@ -64,7 +64,7 @@ You can see all your direct messages in one place.
|
|||
scroll using your mouse, the arrow keys, <kbd>End</kbd>, or page up/down.
|
||||
|
||||
1. You can click on a conversation in the left sidebar or a message recipient
|
||||
bar to narrow to messages from that conversation.
|
||||
bar to view that conversation.
|
||||
|
||||
!!! keyboard_tip ""
|
||||
|
||||
|
@ -94,7 +94,7 @@ on.
|
|||
scroll using your mouse, the arrow keys, <kbd>End</kbd>, or page up/down.
|
||||
|
||||
1. You can click on a topic in the left sidebar or a message recipient bar to
|
||||
narrow to messages from that topic.
|
||||
view that topic.
|
||||
|
||||
{end_tabs}
|
||||
|
||||
|
|
Loading…
Reference in New Issue