mirror of
https://github.com/zulip/zulip.git
synced 2025-11-22 07:21:23 +00:00
search: Remove in:all token from suggestions.
This commit is contained in:
@@ -344,16 +344,6 @@ function get_operator_subset_suggestions(operators) {
|
||||
|
||||
function get_special_filter_suggestions(last, operators) {
|
||||
var suggestions = [
|
||||
{
|
||||
search_string: 'in:all',
|
||||
description: 'all messages',
|
||||
invalid: [
|
||||
{operator: 'in'},
|
||||
{operator: 'stream'},
|
||||
{operator: 'pm-with'},
|
||||
{operator: 'is', operand: 'private'},
|
||||
],
|
||||
},
|
||||
{
|
||||
search_string: 'is:private',
|
||||
description: 'private messages',
|
||||
|
||||
Reference in New Issue
Block a user