-
Notifications
You must be signed in to change notification settings - Fork 202
Adding Search Component #179
Comments
https://www.gatsbyjs.com/plugins/@reflexjs/gatsby-plugin-search-algolia/?=algolia I think this link will help you. |
@woosungchoi |
I found perfect implementation of search component! JaeSeoKim's blog uses the same GraphQL query fields as gatsby-starter-bee does. Has great design too. It differs in division of components, but I found this helpful. |
Great! |
I've implemented search using |
Needs for Search Component
Website yonsei.exchange runs on gatsby-starter-bee. The website currently has 200+ posts which requires simple search functionality to the web.
Methods
Gatsby recommends to use following plugins
elasticlunr: no Hangul support 😭Or, there are some users who have implemented search components on their own. This can be an another option too.
Future Actions
The text was updated successfully, but these errors were encountered: