Update SearchSyntaxPopup.svelte

This commit is contained in:
Arhey 2023-04-03 22:47:19 +03:00
parent aded81738b
commit ef2f241c95

View file

@ -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.' }
]
</script>