summaryrefslogtreecommitdiff
path: root/elm
diff options
context:
space:
mode:
authorYorhel <git@yorhel.nl>2022-04-19 10:18:59 +0200
committerYorhel <git@yorhel.nl>2022-04-19 10:18:59 +0200
commitdec80df43d0f6b874c3a21345534859f4b09a4c7 (patch)
tree0ea902aaf75ac1488511b84edaa354bca7c39c80 /elm
parent347504949bb8c776d78757719ddc202881b4b199 (diff)
AdvSearch/releases: add has_ero flag filter
Diffstat (limited to 'elm')
-rw-r--r--elm/AdvSearch/Fields.elm1
1 files changed, 1 insertions, 0 deletions
diff --git a/elm/AdvSearch/Fields.elm b/elm/AdvSearch/Fields.elm
index cb5ce6ab..1ce7bdda 100644
--- a/elm/AdvSearch/Fields.elm
+++ b/elm/AdvSearch/Fields.elm
@@ -449,6 +449,7 @@ fields =
, f R "Type" 3 FMRType AS.init AS.rtypeFromQuery
, l R "Patch" 0 [(QInt 61 Eq 1, "Patch to another release"),(QInt 61 Ne 1, "Standalone release")]
, l R "Freeware" 0 [(QInt 62 Eq 1, "Freeware"), (QInt 62 Ne 1, "Non-free")]
+ , l R "Erotic scenes" 0 [(QInt 66 Eq 1, "Has erotic scenes"), (QInt 66 Ne 1, "No erotic scenes")]
, l R "Uncensored" 0 [(QInt 64 Eq 1, "Uncensored (no mosaic)"), (QInt 64 Ne 1, "Censored (or no erotic content to censor)")]
, l R "Official" 0 [(QInt 65 Eq 1, "Official"), (QInt 65 Ne 1, "Unofficial")]
, f R "Release date" 0 FMRDate AD.init AD.fromQuery