mirror of
https://github.com/stashapp/stash.git
synced 2025-12-17 12:24:38 +03:00
Add AND, OR and NOT support to studio filter (#1726)
This commit is contained in:
@@ -165,7 +165,7 @@ func TestPerformerQueryEthnicityAndRating(t *testing.T) {
|
||||
})
|
||||
}
|
||||
|
||||
func TestPerformerQueryPathNotRating(t *testing.T) {
|
||||
func TestPerformerQueryEthnicityNotRating(t *testing.T) {
|
||||
const performerIdx = 1
|
||||
|
||||
performerRating := getRating(performerIdx)
|
||||
|
||||
Reference in New Issue
Block a user