In this series, we'll build a server-rendered mutli-search utilizing Meilisearch, Unpoly, and a sprinkle of AlpineJS. We'll setup factories and seeders to make fake data to allow us to index and search against books, authors, and genres simultaneously!
🎯 We'll learn how to:
- Install & set up the open-sourced version Meilisearch locally
- Connect an AdonisJS application to Meilisearch to index documents & perform searches
- Create factories and seeders to stub fake data to work with
- How to batch insert records into our database with a single call
- Install & utilize Unpoly to dynamically update an HTML fragment via an autosubmit
- Show & hide a dropdown based on focus using AlpineJS