feat(filters): support Language filtering (#632)

* feat(filters): add support for language

* feat(filters): add db migrations and repo

* feat(filters): fix failing tests

* feat(filters): fix failing tests
This commit is contained in:
ze0s 2023-01-09 00:33:08 +01:00 committed by GitHub
parent 3c4711efa0
commit 5c402b6d6c
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
11 changed files with 120 additions and 8 deletions

View file

@ -51,6 +51,8 @@ interface Filter {
except_categories: string;
match_uploaders: string;
except_uploaders: string;
match_language: string[];
except_language: string[];
tags: string;
except_tags: string;
tags_any: string;