deconst / content-service

An API for storing, indexing and retrieving documentation
MIT License
4 stars 9 forks source link

Make Elasticsearch connection optional. #79

Closed smashwilson closed 8 years ago

smashwilson commented 8 years ago

As part of the staging environment I'm preparing for deconst/deconst-docs#7. Indexing staged content will do weird things to your search results.

I think there's a way we actually could support per-staging-environment search, but right now I think it'd be best to allow the service to launch without an Elasticsearch URL and stub out search functions instead.