From cff58b10b174315eb09eb1e9f0d1ca580d9235de Mon Sep 17 00:00:00 2001 From: freearhey <7253922+freearhey@users.noreply.github.com> Date: Thu, 6 Mar 2025 19:24:52 +0300 Subject: [PATCH] Update SearchSyntaxPopup.svelte --- src/components/SearchSyntaxPopup.svelte | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/src/components/SearchSyntaxPopup.svelte b/src/components/SearchSyntaxPopup.svelte index e33de7e6a..569ab3600 100644 --- a/src/components/SearchSyntaxPopup.svelte +++ b/src/components/SearchSyntaxPopup.svelte @@ -43,7 +43,8 @@ result: 'Finds channels that have been added to our blocklist due to the claim of the copyright holder.' }, - { query: 'streams:<2', result: 'Finds channels with less than 2 streams.' } + { query: 'streams:<2', result: 'Finds channels with less than 2 streams.' }, + { query: 'guides:>0', result: 'Finds channels that have guides.' } ]