angeloashmore / gatsby-plugin-local-search

Gatsby plugin for providing client-side search for data available in Gatsby's GraphQL layer using a variety of engines
MIT License
51 stars 29 forks source link

All fields in lunr index #35

Closed javialon26 closed 3 years ago

javialon26 commented 3 years ago

When Lunr engine is used the index option is omitted and all fields from the normalizer are used.

This line always resolves to all fields in the document.

angeloashmore commented 3 years ago

Thank you for finding this! I'll merge in the PR (#36) and publish a new version.

angeloashmore commented 3 years ago

Published in v2.0.1