mirror of
https://github.com/stashapp/stash.git
synced 2025-12-17 04:14:39 +03:00
Make hierarchical criterion depth input optional (#1733)
This commit is contained in:
@@ -506,7 +506,6 @@ func TestPerformerQueryTags(t *testing.T) {
|
||||
strconv.Itoa(tagIDs[tagIdx1WithPerformer]),
|
||||
},
|
||||
Modifier: models.CriterionModifierIncludes,
|
||||
Depth: 0,
|
||||
}
|
||||
|
||||
performerFilter := models.PerformerFilterType{
|
||||
@@ -526,7 +525,6 @@ func TestPerformerQueryTags(t *testing.T) {
|
||||
strconv.Itoa(tagIDs[tagIdx2WithPerformer]),
|
||||
},
|
||||
Modifier: models.CriterionModifierIncludesAll,
|
||||
Depth: 0,
|
||||
}
|
||||
|
||||
performers = queryPerformers(t, sqb, &performerFilter, nil)
|
||||
@@ -539,7 +537,6 @@ func TestPerformerQueryTags(t *testing.T) {
|
||||
strconv.Itoa(tagIDs[tagIdx1WithPerformer]),
|
||||
},
|
||||
Modifier: models.CriterionModifierExcludes,
|
||||
Depth: 0,
|
||||
}
|
||||
|
||||
q := getSceneStringValue(performerIdxWithTwoTags, titleField)
|
||||
|
||||
Reference in New Issue
Block a user