correct filter description typo

This commit is contained in:
Garfield69 2021-05-16 18:45:40 +12:00
parent 1671d872ac
commit 519d1ea929
1 changed files with 1 additions and 1 deletions

View File

@ -602,7 +602,7 @@ Operator | Condition
-|-
`!<expr>` | where not `<expr>`
`<expr1>+<expr2>[+<expr3>...]` | where `<expr1>` and `<expr2>` [and `<expr3>`...]
`<expr1>,<expr2>[+<expr3>...]` | where `<expr1>` or `<expr2>` [or `<expr3>`...]
`<expr1>,<expr2>[,<expr3>...]` | where `<expr1>` or `<expr2>` [or `<expr3>`...]
Example:
The "filter" indexer at `/api/v2.0/indexers/tag:group1,!type:private+lang:en/results/torznab` will query all the configured indexers tagged with `group1` or all the indexers not private and with `en` language (`en-en`,`en-us`,...)