gatsby-plugin-typesense icon indicating copy to clipboard operation
gatsby-plugin-typesense copied to clipboard

A Gatsby plugin to automatically index content to Typesense post-build

Results 6 gatsby-plugin-typesense issues
Sort by recently updated
recently updated
newest added

Typesense supports indexing nested objects and arrays of objects since `v0.24`: https://typesense.org/docs/guide/tips-for-searching-common-types-of-data.html#nested-objects. I'm not sure if `gatsby-plugin-typesense` has support for nested objects. For example, if I have a collection schema...

## Description Would it be possible to get some documentation around creating SEO friendly urls based on the search terms entered and facets/filters selected? I know Instasearch [has some docs](https://www.algolia.com/doc/guides/building-search-ui/going-further/routing-urls/react/),...

Right now we have `gatsby-plugin-typesense` which goes through the root folder of the website and index all the files for us. The problem is we need to run `gatsby build`...

## Change Summary * Include pages for a collection by the use of a tag selector ## PR Checklist - [ ] I have read and signed the [Contributor License...

Hi there! In regards to [gatsby-plugin-local-search](https://www.gatsbyjs.com/plugins/gatsby-plugin-local-search/) and [gatsby-plugin-algolia-search](https://www.gatsbyjs.com/plugins/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...

I'm wondering about adapting this for jekyll, and a little confused about it being a "Gatsby" plugin. If it's just looking for `data-typesense-field` in html documents, is there any reason...