You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Somehow I cannot get search to find anything except if the query is work or pattern. Other terms like computer, lion and dog do not return any results. Test code is below. None of these terms are stopwords, so I don't understand why no results are found.
I'm not really actively maintaining this library anymore, but this sounds like almost certainly a bug in Lunr rather than this library. I encourage anybody with the time to look into it and fix it; maybe if I'm lucky, I just need to update the Lunr dep.
Somehow I cannot get search to find anything except if the query is
work
orpattern
. Other terms likecomputer
,lion
anddog
do not return any results. Test code is below. None of these terms are stopwords, so I don't understand why no results are found.The text was updated successfully, but these errors were encountered: