vuejs / vitepress

Vite & Vue powered static site generator.
https://vitepress.dev
MIT License
13.25k stars 2.14k forks source link

fix(localSearch): update indexing logic to handle MiniSearch duplicate ID #4282

Closed ghost closed 1 month ago

ghost commented 1 month ago

Description

Introduce a check to discard duplicate IDs before adding them to the index in the localSearchPlugin. This ensures that each ID is uniquely indexed, preventing any potential overwriting of existing entries. The modification enhances the reliability and accuracy of the local search functionality.

Linked Issues

fixes #4251