probberechts / hexo-theme-cactus

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

local search wrong #352

Closed wixhz closed 1 year ago

wixhz commented 1 year ago

Follow the steps to add search functionality, but the search is empty

example:

263debbab065186ce6f4919411905f9a

awetz commented 1 year ago

i think this issues is on chrome and working on firefox !

probberechts commented 1 year ago

It works fine on the demo (see https://probberechts.github.io/hexo-theme-cactus/cactus-dark/public/search/) and my local installation. Hence, it is hard to figure out what causes the problem without any additional info.

wixhz commented 1 year ago

It works fine on the demo (see https://probberechts.github.io/hexo-theme-cactus/cactus-dark/public/search/) and my local installation. Hence, it is hard to figure out what causes the problem without any additional info.

Thanks your help. What information can I provide?

  1. this is a demo on mac (see https://wixhz.github.io/search/)
  2. this is debug picture (contain search.xml) image
wixhz commented 1 year ago

i think this issues is on chrome and working on firefox !

this issues is on chrome , Have you ever had the same problem?

probberechts commented 1 year ago

Your search.xml search index file contains invalid XML. As it is in Chinese, it is very hard for me to parse. Most likely, one of your blog posts contains some text which is not correctly parsed by the hexo-generator-search plugin.

Anyway, this issue is not related to the Cactus theme, so I'll close it. If you do not manage to solve the issue, you should ask for help in the hexo-generator-search issue tracker.

wixhz commented 1 year ago

Your search.xml search index file contains invalid XML. As it is in Chinese, it is very hard for me to parse. Most likely, one of your blog posts contains some text which is not correctly parsed by the hexo-generator-search plugin.

Anyway, this issue is not related to the Cactus theme, so I'll close it. If you do not manage to solve the issue, you should ask for help in the hexo-generator-search issue tracker.

OK thanks