mirror of
https://github.com/wassname/nvatom.git
synced 2026-06-27 16:10:36 +08:00
a3f5d445c0
If we have a note "Atom", and if the user types "a" or "at", then lunr pipeline ignores searching them because they are stop words. However, turning off this feature might not be a good idea when we have tons of body texts. So we turn it on as a default, but provide a way to turn it off as an option.