diff options
author | David T. Sadler <davidtsadler@googlemail.com> | 2020-03-07 22:55:21 +0000 |
---|---|---|
committer | David T. Sadler <davidtsadler@googlemail.com> | 2020-03-07 22:55:21 +0000 |
commit | 008b171d883c369d92ecc9b5baec92f671b88c54 (patch) | |
tree | 22376853587205c230d6004d11569b4e4eeb8bb9 /source/_posts/fuse-search.md | |
parent | 8a59a4d61f20c7a7c03362d3f3a44e0197fd2827 (diff) |
Style tags
Diffstat (limited to 'source/_posts/fuse-search.md')
-rw-r--r-- | source/_posts/fuse-search.md | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/source/_posts/fuse-search.md b/source/_posts/fuse-search.md index 5ff6ded..645510e 100644 --- a/source/_posts/fuse-search.md +++ b/source/_posts/fuse-search.md @@ -5,7 +5,7 @@ title: Fuse Search date: 2018-12-22 description: Fast local search powered by FuseJS cover_image: /assets/img/post-cover-image-1.png -tags: [PHP, MySql] +tags: [PHP, Linux] --- To provide fast, local search of your blog, this starter template comes with a pre-built Vue.js component that uses Fuse.js. [Fuse.js](http://fusejs.io/) is a "lightweight fuzzy-search library with _no_ dependencies." It works by running queries against a JSON index of your content. |