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

Brought up by @diego898 in #5 The search results are ordered by a score; it might be nice to show the user a visual representation of this score. As far...

typescript

Since a lot of tests are running async, there are a lot of promises in flight - but unhandled rejected promises don't seem to cause test failures

Lunr.js allows you to hook into the pipeline it uses to massage documents in order to index them; currently I have a single custom pipeline function that expands synonymns in...

typescript
lunr

I added query expansion a while ago, and the jury's still out on whether it's worth it. If it is, I should whip up a configuration UI for defining synonyms.

tid

All this means is that I want to be able to configure a filter to determine which tiddlers are indexed - I have an `Icebox` tag in my own wiki...

typescript
tid

Custom stop words are useful for several reasons: * Non-English speakers might want to provide their own stop words * If a wiki centers on a particular domain, there might...

typescript
lunr

If I search for two terms, I think that tiddlers where the two terms are close to each other in the document should rank higher than a document where they're...

typescript
lunr

Alluded to by @diego898 in #5 I have a project I stored a link to in my own wiki called "nuzzel". I remembered the name, but not the colorful spelling,...

typescript
lunr

It might be nice if the indexing process were aware of markup; here are some examples of why that might be useful: * Ascribe more weight to terms present in...

typescript