hoelzro / tw-full-text-search

Full text search plugin for TiddlyWiki powered by lunr.js
https://hoelz.ro/files/fts.html
Other
25 stars 4 forks source link

file:/// based wikis sometimes freeze up at end of indexing #25

Closed hoelzro closed 5 years ago

hoelzro commented 5 years ago

To reproduce: drag and drop the plugin into tiddlywiki.com, save to downloads folder, open the wiki, run the indexer, watch the page freeze

I've only tried this in Firefox so far

I'm guessing this is some issue with writing the cache to localstorage/indexeddb

hoelzro commented 5 years ago

Ok, so here's what I've discovered in the last hour of debugging and diving in:

hoelzro commented 5 years ago

Yup, it's something with __proto__: https://github.com/olivernn/lunr.js/pull/378

hoelzro commented 5 years ago

This is now fixed!