Learn how to add fuzzy searching to an SSG Astro site using FuseJS and client-size JavaScript.
In this series, we’ll cover:
- Lesson 1: Intro and Setup
- Lesson 2: Add a Search Widget
- Lessson 3: Sanitize and Redirect Input
- Lesson 4: Create a Search Route
- Lesson 5: Generate JSON Search Endpoint
- Lesson 6: Fetch Data on Search
- Lesson 7: Add FuseJS Fuzzy Search
- Lesson 8: Show Search Results