cmfcmf / docusaurus-search-local

Offline / Local Search for Docusaurus v2. Try it live at:
https://cmfcmf.github.io/OpenWeatherMap-PHP-API/
MIT License
437 stars 67 forks source link

Can we index frontmatter tags? #121

Closed gentledepp closed 2 years ago

gentledepp commented 2 years ago

:unicorn:

Hello! I am currently playing around with local search and found, that frontmatter tags are not indexed. Is there any possibility to configure this?

For example, in an MDX like the following, i would like to be able to find this page by searching for e.g. coordinator

---
title: Upgrading a workbook
tags: 
  - coordinator
  - updating
  - designer
  - upgrading
---

Thank you!

cmfcmf commented 2 years ago

Good point! Implemented in https://github.com/cmfcmf/docusaurus-search-local/commit/df0a81ee07c84f15c8d0095e31aa827a45289c19.