carbon-design-system / gatsby-theme-carbon

A Carbon inspired Gatsby theme
https://gatsby.carbondesignsystem.com/
Apache License 2.0
359 stars 275 forks source link

Gatsby v5: Search is broken #1449

Closed alisonjoseph closed 7 months ago

alisonjoseph commented 8 months ago

Current search is using an old plugin, hasn't been updated in 5+ years.

Look into migrating to gatsby-plugin-local-search

alisonjoseph commented 8 months ago

@eng618 any ideas on this before I take a look?

eng618 commented 8 months ago

@eng618 any ideas on this before I take a look?

No, I have not tired or looked into that path as of yet.

eng618 commented 8 months ago

After a quick look looks like the plugin we are using gatsby-plugin-lunr has not been updated in 5+ years. We should probably look into converting to use gatsby-plugin-local-search. There we can provide an updated query that will actually index the pages again.