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.
Thanks for reporting. Search is actually implemented as a plugin from MkDocs 0.17.0 on, so the search will not work, that's correct. However, the ReferenceError is indeed an error. The JavaScript must intercept search not being present. Will provide a fix.
Hi,
I have a different error in the browser console that prevents the search to work.
It states: Uncaught (in promise) SyntaxError: Unexpected token t in JSON at position 16901
I have an old copy of the documentation I was writing and at that stage I had no problems.
In my ignorance of the matter, I did a comparison between the files in the old directory and the ones in the new folder. It seems to me that the only thing changed - apart from document - is the search_index.json file.
Do you think the problem could be in this file? Is there a way to regenerate it?
Thanks for the help and for the great theme.
Description
When plugins are removed, loading a page signals an
Uncaught ReferenceError
.Expected behavior
No error message.
Actual behavior
Steps to reproduce the bug
mkdocs.yml
:Observe expected behaviour
Edit
mkdocs.yml
:Package versions
Project configuration
System information
Consequences
No consequences observed on Chrome or Safari.
On Internet Explorer 11 our
theme.js
does not run:The text was updated successfully, but these errors were encountered: