From 0f8894ecf73e945a3f196ec817ae60889a4554d1 Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?Stephan=20B=C3=B6sch-Plepelits?= <skunk@xover.mud.at>
Date: Tue, 17 Sep 2019 21:34:09 +0200
Subject: [PATCH] sport: more filter values / few more icons

---
 sport.json | 17 ++++++++++++++++-
 1 file changed, 16 insertions(+), 1 deletion(-)

diff --git a/sport.json b/sport.json
index 8cb532dc1..eb0ef3329 100644
--- a/sport.json
+++ b/sport.json
@@ -32,15 +32,20 @@
         "10pin": "🎳",
         "american_football": "🏈",
         "archery": "🎯",
+        "athletics": "",
         "australian_football": "🏈",
         "badminton": "🏸",
         "baseball": "⚾",
         "basketball": "🏀",
         "beachvolleyball": "🏐",
         "billiards": "🎱",
+        "boules": "",
+        "bowls": "",
         "bmx": "🚲",
+        "cricket": "",
         "canadian_football": "🏈",
         "chess": "♚",
+        "climbing": "🏔",
         "cockfighting": "🐓",
         "cricket": "🏏",
         "cycling": "🚲",
@@ -48,19 +53,29 @@
         "dog_racing": "🐕",
         "equestrian": "🏇",
         "field_hockey": "🏑",
+        "free_flying": "",
+        "fitness": "",
         "golf": "⛳",
+        "gymnastics": "",
+        "handball": "",
         "horse_racing": "🏇",
+        "hockey": "",
         "ice_hockey": "🏒",
         "ice_skating": "⛸",
         "model_aerodrome": "✈",
         "motocross": "🏍",
         "motor": "🏎",
+        "multi": "",
+        "netball": "",
         "rugby": "🏉",
         "rugby_league": "🏉",
         "rugby_union": "🏉",
         "running": "🏃",
         "sailing": "⛵",
+        "scuba_diving": "",
         "shooting": "🔫",
+        "skateboard": "",
+        "skiing": "",
         "soccer": "⚽",
         "surfing": "🏄",
         "swimming": "🏊",
@@ -72,7 +87,7 @@
     "filter": {
         "sport": {
             "name": "{{ keyTrans('sport') }}",
-            "type": "select",
+            "type": "checkbox",
             "show_default": "true",
             "op": "has",
             "values": "{% set list = [] %}{% for t, v in const %}<option value=\"{{ t }}\">{% set list = list|merge([ t ]) %}{{ tagTrans('sport', t) }}</option>{% endfor %}<option value='other' query='nwr[sport][sport!~\"^({{ list|join('|') }})$\"]'>{{ trans('other') }}</option>"