msglist: Offer search narrows #252
Labels
a-msglist
The message-list screen, except what's label:a-content
beta feedback
Things beta users have specifically asked for
Milestone
This is a bit more complex than other narrows (#72, #250, #251) for a couple of reasons:
match_content
andmatch_subject
fields on the message objects; see https://zulip.com/api/get-messages .For a first version, the search UI can be at the same level as in zulip-mobile, which means fairly crude: it doesn't support anything more than a text search. Ideally we'd support the richer range of searches that Zulip supports in general, complete with UI for the various kinds of filters, but that can be a followup issue.
The UI also calls for some care with concurrency and asynchronicity. See zulip-mobile's implementation.
The text was updated successfully, but these errors were encountered: