rockerest’s avatarrockerest’s Twitter Archive—№ 16,751

    1. …in reply to @schizanon
      @yesiwebto In that case, you *might* actually want stemming. Then you could build a trie and begin with roots to eliminate useless branches. It's definitely not _quite_ text search, but it's close. My impl is npmjs.com/package/handlens, but that's probably only good for academic curiosity
      OpenGraph image for npmjs.com/package/handlens
  1. …in reply to @rockerest
    @yesiwebto I cribbed from ElasticLunr/Lunr, but I find the code much more readable, so it might be interesting to look at.