mirror of
https://github.com/stashapp/stash.git
synced 2025-12-17 20:34:37 +03:00
Related files/folder filter for scenes/images/galleries (#6158)
* Add related files filter to scene filter * Add files_filter to gallery filter * Add files_filter to image filter * Add gallery related folder filter
This commit is contained in:
@@ -57,6 +57,8 @@ type ImageFilterType struct {
|
||||
StudiosFilter *StudioFilterType `json:"studios_filter"`
|
||||
// Filter by related tags that meet this criteria
|
||||
TagsFilter *TagFilterType `json:"tags_filter"`
|
||||
// Filter by related files that meet this criteria
|
||||
FilesFilter *FileFilterType `json:"files_filter"`
|
||||
// Filter by created at
|
||||
CreatedAt *TimestampCriterionInput `json:"created_at"`
|
||||
// Filter by updated at
|
||||
|
||||
Reference in New Issue
Block a user