mediacloud / news-search-api

Internal API server that offers search access to the Media Cloud Online News Archive (in Elasticsearch).
https://mediacloud.org
GNU Affero General Public License v3.0
1 stars 3 forks source link

Star indexes #18

Closed pgulley closed 10 months ago

pgulley commented 10 months ago

Simplest way to add a search interface across all indexes- Might be preferable to pull the ELASTICSEARCH_INDEX_NAME_PREFIX from the environment (if it exists) and add "mediacloud_searchtext" instead of just "", but not sure the right order-of-operations for that.