mirror of
https://github.com/Jackett/Jackett
synced 2025-01-03 05:36:44 +00:00
correct filter description typo
This commit is contained in:
parent
1671d872ac
commit
519d1ea929
1 changed files with 1 additions and 1 deletions
|
@ -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`,...)
|
||||
|
|
Loading…
Reference in a new issue