|
|
|
|
|
by amitaibu
2246 days ago
|
|
@arkadiyt Thanks - I see your point. However, I believe you can also think about it as a service - similar to how Disqus can be added to your static site. That is, the site is static, but the results for the search are handled with a service. In this case the "service" - Elasticsearch - is tightly coupled to your static site's revision. |
|
Your content is indeed static but your search is not: It’s handled by a service that parses your requests and produces output.
Static content on the other hand are files being served straight from the filesystem.
As for Disqus, they’re not static either, they’re just “a service for static websites”