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
The problem was solved as follows: lurn connected using the webpack, installed from npm [packages: lurn, lurn-languages], after which everything worked.
And I connected only 1 language (not "en"), it did not work, as soon as I connected several languages (in my case, "ru"), then everything worked.
var lunr = require("lunr")
require("lunr-languages/lunr.stemmer.support")(lunr)
require('lunr-languages/lunr.multi')(lunr)
require("lunr-languages/lunr.ru")(lunr)
var idx = lunr(function () {
this.use(lunr.multiLanguage('en', 'ru'))
})
Hello i've tried integrate lunr-fr in my project and i have this message in console
lunr.SortedSet is not a constructor
my lunr version is 2.3.6
The text was updated successfully, but these errors were encountered: