Skip to content
This repository has been archived by the owner on Dec 6, 2023. It is now read-only.

Adding Search Component #179

Open
snoop2head opened this issue Aug 29, 2020 · 6 comments
Open

Adding Search Component #179

snoop2head opened this issue Aug 29, 2020 · 6 comments
Assignees

Comments

@snoop2head
Copy link
Contributor

snoop2head commented Aug 29, 2020

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

  • Algolia
  • elasticlunr: no Hangul support 😭
  • js-search

Or, there are some users who have implemented search components on their own. This can be an another option too.

Future Actions

  • Working on Algolia plugin implementation. But nothing good so far. API parameters change too fast, since it is still on beta.
  • Didn't try js-search plugin yet.
@woosungchoi
Copy link

@snoop2head
Copy link
Contributor Author

snoop2head commented Aug 30, 2020

@woosungchoi
I think that plugin is compatible only with gatsby-theme-base blog theme, provided by reflexjs.
It doesn't go along with gatsby-starter-bee.

@snoop2head
Copy link
Contributor Author

snoop2head commented Aug 30, 2020

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.

@woosungchoi
Copy link

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 might differ in division of components, but I found this really helpful!

Great!

@JaeYeopHan JaeYeopHan self-assigned this Jan 4, 2021
@JaeYeopHan
Copy link
Owner

@kostyrko
Copy link

I've implemented search using js-search => example of use https://kostyrko.github.io/kontrolqa which I believe was pretty straightforward - if you would find this solution acceptable I would be happy to contribute

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

4 participants