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

Add lunr options search customization

Open meghan-ec opened this issue 4 years ago • 2 comments

Adds the search customization options b and k1 to the lunr per these docs https://lunrjs.com/guides/customising.html

meghan-ec avatar Feb 03 '21 23:02 meghan-ec

Thanks @meghan-ec, I'll review this as soon as I have a free moment. 👍

angeloashmore avatar Feb 04 '21 18:02 angeloashmore

@angeloashmore @meghan-ec I feel this way of passing props downstream will limit too much the ability to extend the underlying engine configuration.

What about using hooks to configure the engine, pre/post index creation ?

Maybe this gives too much freedom to mess the plugin around, but this would allow user to pass plugins or configure languages.

jooola avatar May 07 '21 11:05 jooola