StaticSearch
167 words, 1-minute read
StaticSearch is a simple search engine you can add to any static website. It uses client-side JavaScript and JSON data files so there is no need for back-end server technologies or a database. To see how it works, click the search icon in the header or press Ctrl | Cmd + K.
StaticSearch works well with Publican sites but can be used on any static website no matter how it’s generated. It currently works best on English language sites, but most Western languages can be used.
Using StaticSearch is a two-step process:
Index a directory containing your static website files. This can be run from the command line or integrated into any Node.js project using CLI, environment variable, or API configuration settings.
Add a search facility to your website using a web component, bind module, or the search API.