z3by / vuepress-plugin-flexsearch

Next-Generation full text search library for Vuepress
MIT License
41 stars 16 forks source link

Tags for search #80

Open escher-cqse opened 2 years ago

escher-cqse commented 2 years ago

Is it possible to add tags via frontmatter similar to the default search functionality: https://vuepress.vuejs.org/theme/default-theme-config.html#built-in-search ?

E.g. adding

---
title: Title
tags:
- Hello
- World
---

should make the page appear when searching for "Hello" or "Hello World", ...