Update SearchSyntaxPopup.svelte

This commit is contained in:
Arhey 2022-10-19 01:06:19 +03:00
parent b4cb5022d9
commit 69e7d4a590

View file

@ -13,8 +13,8 @@
result: 'Find channels that have "Nat Geo" in the name.' result: 'Find channels that have "Nat Geo" in the name.'
}, },
{ {
query: 'native_name:חינוכית', query: 'alt_names:חינוכית',
result: 'Finds channels whose original name contains "חינוכית".' result: 'Finds channels whose alternative name contains "חינוכית".'
}, },
{ query: 'categories:news', result: 'Finds all the news channels.' }, { query: 'categories:news', result: 'Finds all the news channels.' },
{ query: 'languages:fra', result: 'Find channels that are broadcast in French.' }, { query: 'languages:fra', result: 'Find channels that are broadcast in French.' },