tw-full-text-search icon indicating copy to clipboard operation
tw-full-text-search copied to clipboard

Full text search plugin for TiddlyWiki powered by lunr.js

Results 19 tw-full-text-search issues
Sort by recently updated
recently updated
newest added

I have a nodejs wiki used as headless CMS, and I want to do search with this plugin. But seems the index has to be build on the webpage side?...

I'm using a single file TW5 in chrome (loading it from disk). The console has the below error. I'm using some images that are loaded locally (adjacent to the tw...

Hey @hoelzro , Im not sure what happened but Ive noticed a degradation in performance that I was only able to mitigate by removing this plugin. I have around 980...

How about easy install [Lunr Languages](https://github.com/MihaiValentin/lunr-languages) in TW?

I might want to tweak how the plugin uses lunr to tokenize things, to handle hyphenated words or URLs. Examples: https://github.com/hoelzro/tw-full-text-search/issues/5#issuecomment-441724510 https://github.com/hoelzro/tw-full-text-search/blob/9d383acb81c61608b7b5cbc61ced161ce4d54c95/tests/test-simple.js#L269-L281

Requested twice on the Google Group See: * https://lunrjs.com/guides/language_support.html#multi-language-content * https://www.npmjs.com/package/lunr-languages `lunr.tokenizer` might give me some trouble - I think its usage is not pluggable. See also #21

The latest version is really shaping up into a useful tool for TW. Tx! For my use case the Sort-Order of results matters. Let me give an example. You writing...

See #3 TiddlyWiki's own search uses "AND" style logic by default - we should probably do the same!

Also note that synonyms don't seem to work properly (for example, `TW` and `TiddlyWiki`)

lunr

I have small patches I make to lunr.js, and having the ability to build the plugin with unminified JS would be nice for debugging