Skip to content

Commit

Permalink
Update download-filters.md
Browse files Browse the repository at this point in the history
  • Loading branch information
theypsilon authored Nov 19, 2023
1 parent b7bf7bd commit 6cf4126
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion docs/download-filters.md
Original file line number Diff line number Diff line change
Expand Up @@ -58,9 +58,13 @@ If you add a filter under `[mister]` it will be global, so the filter will affec
## Combining Filters
If you want to include the global filter in another section, you can use `filter = [mister]` to include all terms under `[mister]`.

For example, if the global filter under `[mister]` is `filter = console computer` and the `[distribution_mister]` filter is , the database-specific filter will inherit terms from the global filter and add the arcade term. The resulting filter will be `filter = console computer arcade`.
For example, if the global filter under `[mister]` is `filter = console computer` and the `[distribution_mister]` filter is `filter = [mister] arcade`, the database-specific filter will inherit terms from the global filter and add the arcade term. The resulting filter will be `filter = console computer arcade`.

downloader.ini file illustrating previous example:
```
[mister]
filter = console computer
[distribution_mister]
filter = [mister] arcade
```
Expand Down

0 comments on commit 6cf4126

Please sign in to comment.