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 global variable name and split object #45

Open echojoshchen opened 3 years ago

echojoshchen commented 3 years ago

The OPTIONS name is too generic, and runs into conflicts with some other plugins. Also, global defines cannot be classes, so instances of RegExp are converted to strings first.

echojoshchen commented 3 years ago

@leo-buneev Thanks for the quick review on the previous issues, this plugin is working great! Sorry for overlooking this last time.

echojoshchen commented 3 years ago

@leo-buneev Would it be possible to get these changes merged in soon?