travis-r6s / gridsome-plugin-flexsearch

Add lightning fast search to Gridsome with FlexSearch
24 stars 7 forks source link

Refactor to use graphql function #59

Closed travis-r6s closed 3 years ago

travis-r6s commented 3 years ago

This is an update to use the internal graphql function to fetch data from the store. This way, Gridsome will resolve references automatically, handle custom resolvers, and even fetch processed local images.

Potentially fixes #47, fixes #56, and fixes #51

michaelpelletier commented 3 years ago

Hey @thetre97 - messing with this today and it seems to be working really well (and certainly better than going without). Is there an ETA for when it might be getting merged?

travis-r6s commented 3 years ago

@michaelpelletier Done! v2.0.0 on NPM.