probberechts / hexo-theme-cactus

:cactus: A responsive, clean and simple theme for Hexo.
https://probberechts.github.io/hexo-theme-cactus/
MIT License
3.15k stars 783 forks source link

Fix local search for uppercases #255

Closed arkark closed 3 years ago

arkark commented 3 years ago

Bug: If dataContent contains uppercase characters, the local search does not match it since indexOf is case-sensitive.

Fixed it.