Attempt to reproduce search index functionality from static content
renoirb opened this issue · 2 comments
renoirb commented
Since all will be converted into static files, we won’t have any backend to serve our content. This would effectively also any search capabilities.
(nice to have) Objective: Set in place an equivalent search feature
Expected outcome
- During static-site-generator script run, optionally send generated HTML into an ElasticSearch/Solr search index
- Set in place JavaScript client to query ElasticSearch/Solr search API
- Render search results
renoirb commented
See if we can use GitHub search API instead.
renoirb commented
See also if we could use ElasticSearch. The RobinThrift/Jekyll---elasticsearch repo has done it and it looks easy to port into our stack.