Skip to content
Snippets Groups Projects
Commit 6a21d989 authored by Hermann's avatar Hermann
Browse files

specify searchKeys for events

parent c1057436
No related branches found
No related tags found
No related merge requests found
......@@ -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": {
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment