From 6a21d98941dc38e8357457b6ed0f238dd705dc23 Mon Sep 17 00:00:00 2001 From: Hermann <blumh@ethz.ch> Date: Sat, 1 Sep 2018 13:07:47 +0200 Subject: [PATCH] specify searchKeys for events --- src/resourceConfig.json | 8 ++++++-- 1 file changed, 6 insertions(+), 2 deletions(-) diff --git a/src/resourceConfig.json b/src/resourceConfig.json index 253ccd3..071b44c 100644 --- a/src/resourceConfig.json +++ b/src/resourceConfig.json @@ -26,8 +26,7 @@ "time_advertising_end": "Advertisment ends on", "time_advertising_start": "Advertisement starts on", "selection_strategy": "TODO what is this?", - "show_announce": "Does it belong to announce?", - "_id": "TODO Event ID how is this generated?" + "show_announce": "Does it belong to announce?" }, "tableKeys": [ "title_de", @@ -39,6 +38,11 @@ ], "notPatchableKeys": [ "signup_count" + ], + "searchKeys": [ + "title_de", + "title_en", + "location" ] }, "users": { -- GitLab