z3by / vuepress-plugin-flexsearch

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

Searching for words with RegExp special characters in them fails with errors #50

Closed karottenreibe closed 3 years ago

karottenreibe commented 3 years ago

example:

image

This PR escapes words before passing them to new RegExp(...) Otherwise words like "C++" will cause errors as they are not valid regular expressions.

karottenreibe commented 3 years ago

Thanks a lot @z3by for merging this :-) Could you please release a new version of the plugin on npm so I can use it in my project? Thanks a lot!

z3by commented 3 years ago

Thank you @karottenreibe for your contribution, just released v0.2.0.

karottenreibe commented 3 years ago

Perfect, thanks a lot for being so responsive :-)