mirror of
https://github.com/zulip/zulip.git
synced 2025-11-04 22:13:26 +00:00
empty_feed_notice: Show only query words for empty search results.
Previously, we included channel, topic, sender name and search qeries (if present) in the empty feed banner. With this commit, we will now not include channel, topic and sender name and we only display the search queries when there are excluded stop words. Fixes: #34872
This commit is contained in:
committed by
Tim Abbott
parent
ad4732adb5
commit
77cf174b1b
@@ -8,9 +8,6 @@ type QueryWord = {
|
||||
export type SearchData = {
|
||||
query_words: QueryWord[];
|
||||
has_stop_word: boolean;
|
||||
stream_query?: string;
|
||||
topic_query?: string;
|
||||
is_empty_string_topic?: boolean;
|
||||
};
|
||||
|
||||
export type NarrowBannerData = {
|
||||
|
||||
Reference in New Issue
Block a user