diff options
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. |
