Closed 310K closed 9 years ago
Hi @Michael758,
I've just updated lunr-languages
to have AMD/CommonJS support. Check out the demo-browser-require.html
demo in the demos
folder.
Let me know if it fixed your issue.
Hello @MihaiValentin
Thanks a lot, work like a charm ! And thanks for this work !
Hello, I can't figure out how to use lunr.de with requirejs. I tried :
CASE 1
And in another file
CASE 2
And in another file
In both cases (and all mixes between them), I'll keep have the exception
'Lunr is not present. Please include / require Lunr before this script.'
and another error from lunr because he couldn't find "lunr.de"... It's work with lunr alone !Do someone know how to include lunr globally with requirejs or how to use lunr.de with require js ? (For brevity here, I don't include lunr.stemmer.support).