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

Update lunr.min.js #7

Closed diego898 closed 6 years ago

diego898 commented 6 years ago

This is a quick change to update to the latest lunr.js - 2.3.0, addressing https://github.com/hoelzro/tw-full-text-search/issues/6

hoelzro commented 6 years ago

@diego898 Thanks! Out of curiosity, where did you download the minified JS file from?

diego898 commented 6 years ago

hey @hoelzro, I added the following line to the comment of the file as well:

taken from https://cdnjs.cloudflare.com/ajax/libs/lunr.js/2.3.0/lunr.min.js

I just copied and pasted it from there

hoelzro commented 6 years ago

Ah, thanks @diego898 - I missed that! Sorry for the time taken to merge this; it's been a busy week!

diego898 commented 6 years ago

awesome! Once you release a new version of the plugin based on this version of lunr Id be happy to start testing (no rush)!

hoelzro commented 6 years ago

@diego898 Thanks for your patience - I'm going to try to cut a new release tonight!

hoelzro commented 6 years ago

Ok, so it turns out that I need to fix lunr-mutable-indexes for lunr 2.3 before I can cut a release =(

hoelzro commented 6 years ago

Hi @diego898 - thanks for waiting! I think I managed to iron the issues out; I have released a new version on https://hoelz.ro/files/fts.html. Would you mind trying it and testing it out?