gatsby-plugin-elasticlunr-search icon indicating copy to clipboard operation
gatsby-plugin-elasticlunr-search copied to clipboard

Gatsby search plugin via elastic lunr client-side search index.

Results 20 gatsby-plugin-elasticlunr-search issues
Sort by recently updated
recently updated
newest added

It seems the index is not rebuild unless a 'gatsby clean' is issued prior to 'gatsby develop' or 'gatsby build'. I suggest to add this to README since not obvious.

Any idea why I get this error when I enter your code in gatsby-config file?

I was trying to configure this plugin in a Gatsby v2 website and received this message: ``` Ensure that there is only one instance of "graphql" in the node_modules directory....

This was branched of the filter PR I opened earlier this week since I need both. You can try this out by installing `@tsimons/gatsby-plugin-elasticlunr-search`. I'll obviously take that down if...

Some api changes made in gatsby v2 are implemented here. Thanks for that plugin :smiley:

Hey! This might be subjective, but I was having trouble reading this part of the README.

Is it possible to perform full text searches? My data is coming from Contentful. I want the search to cover the title and the full text of the body markdown...

Hey, I'm checking out your plugin and see the install instructions are to install it as a dev `-D` dependency ```js npm install -D @andrew-codes/gatsby-plugin-elasticlunr-search ``` In your demo site,...

I want to enrich my nodes with some extract information that are on the markdown body ```` --- title: "Sweet Pandas Eating Sweets" date: "2017-08-10" --- #Starting Pandas are really...

This would allow users to only add nodes to the index that they care about. I haven't tested this locally as I don't have it installed on my project yet....