Now that #302 has landed, there are a few things that can and should be improved: - [ ] lazy loading of the index. [`gatsby-plugin-local-search` is a good source for this](https://github.com/angeloashmore/gatsby-plugin-local-search/blob/master/src/gatsby-node.ts#L199) - [ ] Maybe lazy load the individual fields separately - [ ] Maybe use "forward" search for the whole body as well - [ ] Somehow visualise in the results on the site the score when matching. - [ ] When navigating with the arrow keys the results should auto scroll
Now that #302 has landed, there are a few things that can and should be improved:
gatsby-plugin-local-searchis a good source for this