Filter tag by hierarchy (#1746)

* Add API support for filtering tags by parent / children
* Add parent & child tags filters for tags to UI
* Add API support for filtering tags by parent / child count
* Add parent & child count filters for tags to UI
* Update db generator
* Add missing build tag
* Add unit tests

Co-authored-by: WithoutPants <53250216+WithoutPants@users.noreply.github.com>
This commit is contained in:
gitgiggety
2021-10-01 03:50:06 +02:00
committed by GitHub
parent df2c9e9754
commit dabf5acefe
15 changed files with 515 additions and 24 deletions

View File

@@ -40,6 +40,8 @@ interface ITypeProps {
| "tags"
| "sceneTags"
| "performerTags"
| "parentTags"
| "childTags"
| "movies";
}
interface IFilterProps {