mirror of
https://github.com/stashapp/stash.git
synced 2025-12-17 04:14:39 +03:00
Add studio *_count filters and sort options (#1307)
This commit is contained in:
@@ -126,7 +126,7 @@ func TestImageQueryPath(t *testing.T) {
|
||||
verifyImagePath(t, pathCriterion, totalImages-1)
|
||||
|
||||
pathCriterion.Modifier = models.CriterionModifierMatchesRegex
|
||||
pathCriterion.Value = "image_.*1_Path"
|
||||
pathCriterion.Value = "image_.*01_Path"
|
||||
verifyImagePath(t, pathCriterion, 1) // TODO - 2 if zip path is included
|
||||
|
||||
pathCriterion.Modifier = models.CriterionModifierNotMatchesRegex
|
||||
|
||||
Reference in New Issue
Block a user