diff options
| author | David T. Sadler <davidtsadler@googlemail.com> | 2020-03-08 03:20:21 +0000 |
|---|---|---|
| committer | David T. Sadler <davidtsadler@googlemail.com> | 2020-03-08 03:20:21 +0000 |
| commit | 8474126158ac2b998d2d45dfb7c69bd03fd8e0af (patch) | |
| tree | 7ad0a22bf76101f6dc5a228f18059313aed15d22 /source/_posts/fuse-search.md | |
| parent | 6cfb99bddd44f825a8d3d6b5985ee9d75684bd9f (diff) | |
First post
Diffstat (limited to 'source/_posts/fuse-search.md')
| -rw-r--r-- | source/_posts/fuse-search.md | 16 |
1 files changed, 0 insertions, 16 deletions
diff --git a/source/_posts/fuse-search.md b/source/_posts/fuse-search.md deleted file mode 100644 index 645510e..0000000 --- a/source/_posts/fuse-search.md +++ /dev/null @@ -1,16 +0,0 @@ ---- -extends: _layouts.post -section: content -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, 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. - -During the [build process](http://jigsaw.tighten.co/docs/building-and-previewing/), the contents of your `posts` collection is processed by the `GenerateIndex.php` listener, and an `index.json` file is generated in the build directory. The `Search.vue` component provides a search input that queries this local index. - -If you'd like to customize the generation of your search index, take a look at the `handle` method of the `GenerateIndex.php` file. - |
