hadynz / obsidian-sidekick

A companion to identify hidden connections that match your tags and pages
134 stars 9 forks source link

Use Lunrjs for searching under the hood #9

Closed hadynz closed 2 years ago

hadynz commented 2 years ago

A significant under the hood rewrite of search & indexing by using Lunr.js.

This gives the plugins the following benefits out of the box:

  1. Stemming of search words to surface even more connection options
  2. Ignoring stop words
  3. Exact word searches (instead of partial)