-
Notifications
You must be signed in to change notification settings - Fork 16
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
search also gets encrypted #13
Comments
I confirm that on the current version (1.0.0) the search does not work on encrypted pages. I continue to check if it would be possible to, fully or partially, decrypt the search index 'on the fly' when entering a password. |
Hi, |
Your welcome. I keep trying to make a version of the search engine that could decrypt the search index 'on the fly' and be integrated easly to any template. I probably make a new version if I get a result that's satisfy me. I close this issue. Fell free to open a new issue if you have any troubles :) |
I pushed some time ago an experimental branch Search index encryption. I added different way of managing the search index with this encryption plugin. One mode, "dynamically", seems to meet your expectations. Could you try it ? Do you have an opinion on it ? Your feedback are welcome :) |
Hi Is it possible that since I am using Material theme that the feature is not working? |
I confirm this feature does not work with the Material theme :/ I will try to make the necessary modifications in the Javascript files used by the Material theme to reproduce the behaviour with the default theme from mkdocs. I could not automatically manage the modifications / installation of these modified files, so it will probably be necessary to manually modify the javascript files in the Material themes (With all the implications that this will have on version upgrades, bug fixes , etc.). Thank you for taking it to try this feature and for providing feedback on its use. |
Thank you for your efforts. Much appreciated. |
I am encrypting all pages using a global password, and it turns out the search index file (site/search/search_index.json) also gets encrypted.
When viewing the site in a browser, I am able to decrypt each page using the global password, but the search is still encrypted.
One would expect the search to also get decrypted after supplying the global password.
Is there a way you could fix this, or add some option which prevents the search_index.json file to get encrypted in the first place.
Thank you.
The text was updated successfully, but these errors were encountered: