[hitomi] fix negative tag searches (#7694)
This commit is contained in:
@@ -223,6 +223,16 @@ __tests__ = (
|
||||
"search_tags": "female:sole_female language:japanese artist:sumiya",
|
||||
},
|
||||
|
||||
{
|
||||
"#url" : "https://hitomi.la/search.html?language%3Ajapanese%20-tag%3Aanimated%20group%3Aparadiddle#2",
|
||||
"#comment" : "negative search tag (#7694)",
|
||||
"#class" : hitomi.HitomiSearchExtractor,
|
||||
"#pattern" : hitomi.HitomiGalleryExtractor.pattern,
|
||||
"#count" : 41,
|
||||
|
||||
"search_tags": "language:japanese -tag:animated group:paradiddle",
|
||||
},
|
||||
|
||||
{
|
||||
"#url" : "https://hitomi.la/search.html?group:initial_g",
|
||||
"#class" : hitomi.HitomiSearchExtractor,
|
||||
|
||||
Reference in New Issue
Block a user