From ef2f241c95492fcc997d724d8f3950477f3f66d4 Mon Sep 17 00:00:00 2001 From: Arhey Date: Mon, 3 Apr 2023 22:47:19 +0300 Subject: [PATCH] Update SearchSyntaxPopup.svelte --- src/components/SearchSyntaxPopup.svelte | 1 - 1 file changed, 1 deletion(-) diff --git a/src/components/SearchSyntaxPopup.svelte b/src/components/SearchSyntaxPopup.svelte index ff1fff49f..8b485a2c0 100644 --- a/src/components/SearchSyntaxPopup.svelte +++ b/src/components/SearchSyntaxPopup.svelte @@ -35,7 +35,6 @@ query: 'is:closed', result: 'Finds channels that have been closed.' }, - { query: 'guides:>5', result: 'Finds channels with more than 5 guides.' }, { query: 'streams:<2', result: 'Finds channels with less than 2 streams.' } ]