mirror of
https://github.com/stashapp/stash.git
synced 2025-12-18 12:54:38 +03:00
Clear scene tagger results on new search (#1526)
* Clear search results when searching in tagger * Fix oshash messageID
This commit is contained in:
@@ -49,7 +49,7 @@ export function makeCriteria(type: CriterionType = "none") {
|
||||
case "checksum":
|
||||
case "oshash":
|
||||
return new StringCriterion(
|
||||
new MandatoryStringCriterionOption(type, type)
|
||||
new MandatoryStringCriterionOption("media_info.hash", type, type)
|
||||
);
|
||||
case "rating":
|
||||
return new NumberCriterion(RatingCriterionOption);
|
||||
|
||||
Reference in New Issue
Block a user