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

How to pass custom options to Elastic Lunr?

Open RobertSasak opened this issue 6 years ago • 1 comments

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

RobertSasak avatar Oct 09 '18 14:10 RobertSasak

Expand option is used on index.search(searchTerm, {expand: false})but I think it's the default value

gimoteco avatar Aug 24 '20 13:08 gimoteco