Join GitHub today
GitHub is home to over 50 million developers working together to host and review code, manage projects, and build software together.
Sign upGitHub is where the world builds software
Millions of developers and companies build, ship, and maintain their software on GitHub — the largest and most advanced development platform in the world.
Search Plugin Not Working #1400
Comments
Could u make it in Sandbox or ur site where it can be reproduced? |
here is my website https://ares-x.com/wiki/ password: qaxniubi |
Modify the search plugin to Change the path to English and try again. https://ares-x.com/wiki/_sidebar.md Refer to docsify's sidebar document. https://docsify.js.org/_sidebar.md |
According to the console information, I doubt that your files of ur site r too much to be stored in the |
maybe that's true , this problem doesn't happened on my mac , seem like only effect windows or mobile device? |
i delete a lot of contents , then work fine on windows device , so is there any way to solve this problem? |
see #1400 (comment) You can convert the path to English to reduce the occupation. |
|
I'm just suggesting, otherwise your url would be long. |
thanks for help |
Is the issue still exsit? |
after i changed search-min.js to search.js this problem seem doesn't exist i used chrome on my mac and win , macos works fine ,but windows has this problem, and i also told my friend to try it ,use firefox and chrome on his windows device , he also have this problem here is the old version to reproduce this bug |
It seems weird. thx again, we will check it and make sure what happened actually. cc @anikethsaha PTAL, I think there should have something needs be digged out. |
by the way , ios device still have this problem after changed to search.js |
yea....we need to have a look in it. |
weird, from which version this is happening ? |
IMHO, I think the problem since we set the |
https://github.com/wzpan/hexo-generator-search Maybe you can refer to this save all markdown file strings to a local xml file |
window.$docsify = {
loadSidebar: true,
....
} when If the content not in side bar‘s reference, they can't be searched. So strange. In my project, record it. https://anilople.github.io/find-spirit/#/ |
@Anilople You mean you can't search there? This one? If so, then it's fixed. |
Yes. Let me give more example. content can't be searchfind移动content can be searcheleworld |
fixed via #1391 |
My docsify version is Found that there is no code describe like #1391 |
Yes, the official version has not been released yet. You can try to build it yourself. |
issue docsifyjs/docsify#1400 pull request docsifyjs/docsify#1391
Bug Report
Steps to reproduce
fist time open docsify website , search plugin is working correct , after click some page , search-min.js throw error ,and search plugin not working any more , type something to search won't get any thing response
What is current behaviour
when open some page
type something to search
What is the expected behaviour
Other relevant information
Bug does still occur when all/other plugins are disabled?
Your OS:
Node.js version:
npm/yarn version:
Browser version:
Docsify version: newest
Docsify plugins: search
Please create a reproducible sandbox
Mention the docsify version in which this bug was not present (if any)