typesense / gatsby-plugin-typesense

A Gatsby plugin to automatically index content to Typesense post-build
Apache License 2.0
34 stars 11 forks source link

How to use? Compare to gatsby-plugin-{algolia,local}-search #10

Open tony opened 3 years ago

tony commented 3 years ago

Hi there!

In regards to gatsby-plugin-local-search and gatsby-plugin-algolia-search, their configs all accept graphql queries. That's what (I think) a gatsby user would come to expect.

On the other hand, I don't see a way to add graphql here.

How does one enter data from Gatsby's graphql storage to typesense? Isn't that necessary to send data to typesense for it to be indexed?