Ask Your Question

luran's profile - activity

2017-06-09 13:38:47 +0200 answered a question Searching local HTML Docs with Chrome browser doesn't find anything, ever

It appears that Chrome by default prevents local files from accessing other local files, and since you were viewing the documentation from a local file (through the file scheme), searchindex.js cannot be loaded as in your console report.

You can either start chrome with --allow-file-access-from-files option, or run a local server from the documentation directory (so that you visit it through the http protocol instead).