You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I do not know if its my own fault or if this is a bug... 🧐
I'm using the docsify (v4.12.2) search plugin. Some search terms don't deliver a result, not even a "No results!" is returned. When typing in the search field the Error "Uncaught TypeError: c is undefined" is logged in the web console for each typed character of the browser.
With other patterns a "No results!" is indeed returned. It would even be enough to add a character after the above used word to return a result.
I already searched the GitHub Issues for topics regarding the search topic but I'm not sure if this has something to do with the Indexes in the Local Browser Storage or with something else.
Thanks,
Lukas
The text was updated successfully, but these errors were encountered:
I do not know if its my own fault or if this is a bug... 🧐
I'm using the docsify (v4.12.2) search plugin. Some search terms don't deliver a result, not even a "No results!" is returned. When typing in the search field the Error "Uncaught TypeError: c is undefined" is logged in the web console for each typed character of the browser.
With other patterns a "No results!" is indeed returned. It would even be enough to add a character after the above used word to return a result.
And other words give the expected results.
My index.html
My folder structure looks like:
📦docs
┣ 📂de
┃ ┣ 📂folder
┃ ┃ ┣ 📜file.md
┃ ┃ ┣ 📜file.md
┃ ┣ 📂folder
┃ ┃ ┣ 📜file.md
┃ ┃ ┣ 📜file.md
┃ ┣ 📜CHANGELOG.md
┃ ┣ 📜README.md
┃ ┣ 📜_navbar.md
┃ ┗ 📜_sidebar.md
┣ 📂en
┃ ┣ 📂folder
┃ ┃ ┣ 📜file.md
┃ ┃ ┣ 📜file.md
┃ ┣ 📂folder
┃ ┃ ┣ 📜file.md
┃ ┃ ┣ 📜file.md
┃ ┣ 📜CHANGELOG.md
┃ ┣ 📜README.md
┃ ┣ 📜_navbar.md
┃ ┗ 📜_sidebar.md
┣ 📂node_modules
┣ ...
┣ 📜favicon.ico
┣ 📜index.html
┣ 📜package-lock.json
┗ 📜package.json
Example Repo here:
https://github.com/LuGrInaut/docsify-search-not-working
I already searched the GitHub Issues for topics regarding the search topic but I'm not sure if this has something to do with the Indexes in the Local Browser Storage or with something else.
Thanks,
Lukas
The text was updated successfully, but these errors were encountered: