gatsby-plugin-elasticlunr-search
gatsby-plugin-elasticlunr-search copied to clipboard
How to pass custom options to Elastic Lunr?
Hey, I wonder how to enable expand option. Where can I pass expand: false
?
Expand option is used on index.search(searchTerm, {expand: false})
but I think it's the default value