vuepress-plugin-fulltext-search
vuepress-plugin-fulltext-search copied to clipboard
Fix global variable name and split object
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.
@leo-buneev Thanks for the quick review on the previous issues, this plugin is working great! Sorry for overlooking this last time.
@leo-buneev Would it be possible to get these changes merged in soon?