Signalen / backend

Backend for Signalen, an application that helps cities manage and prioritize nuisance reports.
https://signalen.org
Mozilla Public License 2.0
5 stars 5 forks source link

Elasticsearch index setting is not working #161

Closed bartjkdp closed 3 years ago

bartjkdp commented 3 years ago

Currently it is hardcoded to "signals"

https://github.com/Amsterdam/signals/blob/d4be5732839ebd487bf6c7ec12f61cb4a14542a6/api/app/signals/apps/search/documents/signal.py#L63-L65

The configuration suggests the index is configurable:

https://github.com/Amsterdam/signals/blob/master/api/app/signals/settings/base.py#L466