diff options
| author | David T. Sadler <davidtsadler@googlemail.com> | 2020-03-07 22:33:31 +0000 |
|---|---|---|
| committer | David T. Sadler <davidtsadler@googlemail.com> | 2020-03-07 22:33:31 +0000 |
| commit | 8a59a4d61f20c7a7c03362d3f3a44e0197fd2827 (patch) | |
| tree | b24e9a317adddab2668795d036edd1b6d882e1a3 /source/_posts/fuse-search.md | |
| parent | 9d7bf4de4d22933cabe28aef6a3cf0d7414f6be2 (diff) | |
Style post snippets
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 d469c81..5ff6ded 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 -categories: [feature] +tags: [PHP, MySql] --- 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. |
