Open richwklein opened 4 years ago
Add a global searchbar. We can possibly use some npm libraries for this like:
Look at the astro-pagefind integration or the astro-fuse. I had previously thought I would use fuse when the site was still on gatsby.
We may want to include SearchResultPage ld+json on the page. See this conversation.
an autocomplete examples: https://codepen.io/YoungElPaso/pen/RwGqEqq search components: https://tailwindflex.com/search?q=search
https://www.codewithfaraz.com/content/238/create-a-navigation-bar-with-search-using-tailwind-css
Add a global searchbar. We can possibly use some npm libraries for this like:
Look at the astro-pagefind integration or the astro-fuse. I had previously thought I would use fuse when the site was still on gatsby.
We may want to include SearchResultPage ld+json on the page. See this conversation.