leo-buneev / vuepress-plugin-fulltext-search

Adds full-text search capabilities to your vuepress site with a help of flexsearch library.
MIT License
93 stars 23 forks source link

Fix rendering for markdown with frontmatter #11

Closed echojoshchen closed 3 years ago

echojoshchen commented 4 years ago

The _content field should be used so that markdown with frontmatter can be rendered:

https://vuepress.vuejs.org/plugin/option-api.html#extendpagedata

This addresses issue #8

leo-buneev commented 3 years ago

Thanks for the issue and idea for fixing. Implemented it a bit differently (don't think it's useful to index frontmatter content), should work fine now.