mirror of
https://github.com/Jackett/Jackett
synced 2025-03-06 11:48:49 +00:00
attempt to fix filter description
This commit is contained in:
parent
6dab689533
commit
1671d872ac
1 changed files with 1 additions and 1 deletions
|
@ -595,7 +595,7 @@ Filter | Condition
|
||||||
`type:<type>` | where the indexer type is equal to `<type>`
|
`type:<type>` | where the indexer type is equal to `<type>`
|
||||||
`tag:<tag>` | where the indexer tags contains `<tag>`
|
`tag:<tag>` | where the indexer tags contains `<tag>`
|
||||||
`lang:<tag>` | where the indexer language start with `<lang>`
|
`lang:<tag>` | where the indexer language start with `<lang>`
|
||||||
`test:{passed|failed}` | where the last indexer test performed `passed` or `failed`
|
`test:{passed\|failed}` | where the last indexer test performed `passed` or `failed`
|
||||||
|
|
||||||
Supported operators
|
Supported operators
|
||||||
Operator | Condition
|
Operator | Condition
|
||||||
|
|
Loading…
Add table
Reference in a new issue