x-atlas-consortia / data-ingest-board

The UI App for HuBMAP and Sennet Data Publishing Dashboard
MIT License
1 stars 0 forks source link

Search is broken on SenNet production #163

Closed maxsibilla closed 9 months ago

maxsibilla commented 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]}'
image
maxsibilla commented 9 months ago

Problem was NEXT_PUBLIC_SEARCH_INDICES was missing a quote