19-02-2021

Search Functionality Added to Site

Search functionality has been added to alnapp.com - Yes, a static search on a static site ๐Ÿ˜!

Based on this article, implemented using fuse.io a powerful, lightweight fuzzy-search library, with zero dependencies.

The service works via JavaScript interrogating a json file (created by Hugo during site build) to produce details of appropriate articles.