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 appears that searching for "common" words are filtered out with elasticlunr's "stop word" filter. So words like "to", and "but" will not return a result. I would like to...

Hello, I don't think this is an issue, more just my misunderstanding of how to properly integrate this plugin. I'm having a miserable time trying to integrate this into a...

I've searched through all the related issues and tried everything I could find, but I'm still getting the following error when I try to save my header component with the...

Is it possible to add support for different languages using [elasticlunr-languages](https://github.com/softwerkab/elasticlunr-languages) or something else?

The problem with indexing data, soursed by gatsby-source-graphql plugin.

Currently if I perform a search for "walks around" I get titles with either "walks" or "around" in them. I would like the query to only return titles with both...

Hey, I wonder how to enable expand option. Where can I pass `expand: false` ?

I know it's probably something simple, but can't seem to figure it out. At the moment I'm just getting results when someone enters a query, but it would be great...

Added to to render the input box more accessible and to pass Lighthouse Site Audit (in Readme.md example code)

Hey guys, I am having this problem for a while and I have been checking every issue that is out there, including the one that are exactly the same as...