<p>Have you ever dreamt of having a search engine on your static website ? BloomySearch implements a static index generation, when you generate your webpages, and a client-side JavaScript script which actually implements all the search logic. It downloads the index and performs the search query.</p>
<p>To preserve bandwith, the index is stored in a binary file, using BloomFilters, instead of using a JSON index as <ahref="http://lunrjs.com/">Lunr.JS</a> does.</p>
<p>For full details about BloomySearch, please refer to <ahref="http://phyks.me/2014/11/bloomysearch.html">this blog post</a>.</p>