diff --git a/api/search.js b/api/search.js index 7455fe8..08039cb 100644 --- a/api/search.js +++ b/api/search.js @@ -67,6 +67,8 @@ module.exports = async (app, req, res) => { case 'starred': filters.type = 11; break; case 'halloffame': filters.type = 16; break; case 'hof': filters.type = 16; break; + case 'gdw': filters.type = 17; break; + case 'gdworld': filters.type = 17; break; } } diff --git a/assets/gd_circle.png b/assets/gd_circle.png new file mode 100644 index 0000000..cdbd3bc Binary files /dev/null and b/assets/gd_circle.png differ diff --git a/assets/gdw_circle.png b/assets/gdw_circle.png new file mode 100644 index 0000000..36dc6fd Binary files /dev/null and b/assets/gdw_circle.png differ diff --git a/assets/gdw_transparent.png b/assets/gdw_transparent.png new file mode 100644 index 0000000..8f42c76 Binary files /dev/null and b/assets/gdw_transparent.png differ diff --git a/html/api.html b/html/api.html index 2d82487..79a6213 100644 --- a/html/api.html +++ b/html/api.html @@ -288,7 +288,7 @@
Search Types
All types ignore your search query and will return levels with any name.
Filters allowed: mostdownloaded, mostliked, trending, recent, awarded
-Filters ignored: featured, magic, halloffame
+Filters ignored: featured, magic, halloffame, gdworld
Difficulty IDs
diff --git a/html/search.html b/html/search.html index 050eba5..bf88570 100644 --- a/html/search.html +++ b/html/search.html @@ -99,6 +99,14 @@ + + + +