Skip to content

Commit 0c5047d

Browse files
docs(filters): fix typo
1 parent 5c5cf02 commit 0c5047d

File tree

2 files changed

+5
-1
lines changed

2 files changed

+5
-1
lines changed

README.md

+2
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,5 @@
1+
[![Netlify Status](https://api.netlify.com/api/v1/badges/b6c26aeb-b04d-4cd0-9ddb-62cba5d2fd5c/deploy-status)](https://app.netlify.com/sites/autobrr/deploys)
2+
13
# Website
24

35
This website is built using [Docusaurus 2](https://docusaurus.io/), a modern static website generator.

docs/filters/basics.md

+3-1
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,8 @@ The comma separated lists supports wildcards, where * means 0 or more characters
1010

1111
If nothing but name and an indexer is specifed, it will match against anything for that indexer.
1212

13+
All filters are **case-insensitive**, so write them however you desire.
14+
1315
## General
1416

1517
### Name
@@ -115,7 +117,7 @@ For TV and movies it's advised to use filters like `resolution`, `source` and `c
115117
- **Example:** `*Movie*remux*, That Other movie, *that?game*`
116118
- **Description:** Useful for all types of releases. Supports wildcards like `That?Movie, *the*`. Regex is NOT supported yet.
117119

118-
### Match releases
120+
### Except releases
119121

120122
- **Type:** Comma separated list
121123
- **Example:** `*Movie*remux*, That Other movie, *that?game*`

0 commit comments

Comments
 (0)