mirror of
https://github.com/zulip/zulip.git
synced 2025-11-13 10:26:28 +00:00
Sets a default value of "Search results" for complicated narrow search views and updates logic to use `filter.get_title` as a helper to generate better titles for some common search views. Does not update the existing behavior for narrow searches that have "pm-with" or "group-pm-with" operators. Note as of this change, the default search title and titles generated from `filter.get_title` will be translated into the user's preferred language. Fixes #22952.