summaryrefslogtreecommitdiff
path: root/lib/VNWeb/Elm.pm
diff options
context:
space:
mode:
authorYorhel <git@yorhel.nl>2020-11-28 19:36:09 +0100
committerYorhel <git@yorhel.nl>2020-11-28 19:36:14 +0100
commitdd2762e6afab7cf33794c3d95bcfc8c9506702a1 (patch)
treeff3f2a0ffe7c964a65a719f14c3d25ab1d4fa930 /lib/VNWeb/Elm.pm
parent8323430e739893d0899e92aa77097120861d1c43 (diff)
AdvSearch: Add resolution autocomplete
Using a lazily loaded static list
Diffstat (limited to 'lib/VNWeb/Elm.pm')
-rw-r--r--lib/VNWeb/Elm.pm4
1 files changed, 4 insertions, 0 deletions
diff --git a/lib/VNWeb/Elm.pm b/lib/VNWeb/Elm.pm
index 4e9d435b..1dd2e93f 100644
--- a/lib/VNWeb/Elm.pm
+++ b/lib/VNWeb/Elm.pm
@@ -66,6 +66,10 @@ our %apis = (
lang => { type => 'array', values => {} },
platforms=> { type => 'array', values => {} },
} } ],
+ Resolutions => [ { aoh => { # Response to 'Resolutions'
+ resolution => {},
+ count => { uint => 1 },
+ } } ],
BoardResult => [ { aoh => { # Response to 'Boards'
btype => {},
iid => { required => 0, default => 0, id => 1 },