From c6e16cf0aea437cf38ada90b82d60e33512b1204 Mon Sep 17 00:00:00 2001 From: Omar Roth Date: Sun, 4 Aug 2019 13:11:44 -0500 Subject: [PATCH] Updated Search operators (markdown) --- Search-operators.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Search-operators.md b/Search-operators.md index 4213103..83d8f5d 100644 --- a/Search-operators.md +++ b/Search-operators.md @@ -4,6 +4,8 @@ Support for more user-friendly search is planned, see [#179](https://github.com/ Search filters are currently implemented as `key:value` operators, similar to [DuckDuckGo](https://help.duckduckgo.com/duckduckgo-help-pages/results/syntax/) and other search engines. Operators can be added to the search query to filter results, for example: [`type:playlist sort:views music`](https://invidio.us/search?q=type%3Aplaylist+sort%3Adate+music). +When using `subscriptions:true` or `channel:UCxxx` other filters are not applied. + Supported operators: - `sort:` @@ -43,5 +45,3 @@ Supported operators: - `subscriptions:` If logged in, search only for videos from subscribed channels - `true` - `false` - -When using `subscriptions:true` or `channel:UCxxx` other filters are not applied.