Closed maxsibilla closed 9 months ago
Current config:
# Set to 0 to disable 1 to enable NEXT_PUBLIC_UPLOADS_ENABLED = 1 NEXT_PUBLIC_SEARCH_ENABLED = 1 NEXT_PUBLIC_SEARCH_INDICES = '{"datasets": ["sennet_id", "data_types", "organ", "group_name"], "uploads": ["sennet_id", "title", "group_name]}'
Problem was NEXT_PUBLIC_SEARCH_INDICES was missing a quote
Current config: