zulip / zulip-flutter

Future Zulip client using Flutter
Apache License 2.0
162 stars 137 forks source link

msglist: Offer search narrows #252

Open gnprice opened 1 year ago

gnprice commented 1 year ago

This is a bit more complex than other narrows (#72, #250, #251) for a couple of reasons:

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.

chrisbobbe commented 8 months ago

Probably as a followup, we should make it easy to search shared history in addition to searching personal history. The zulip-flutter equivalent of zulip/zulip-mobile#5732.