-
Notifications
You must be signed in to change notification settings - Fork 4k
Closed
Labels
bugIssue reports a bugIssue reports a bugresolvedIssue is resolved, yet unreleased if openIssue is resolved, yet unreleased if open
Description
Description
Just upgrade material from v1.1.2 and change the config to new format. Everything works well except site search.
When jp search is configured, 3 Uncaught TypeError happened.
Uncaught TypeError: Cannot set property 'stemmerSupport' of undefined
at lunr.stemmer.support.js:1
at lunr.stemmer.support.js:1
at lunr.stemmer.support.js:1
tinyseg.js:1 Uncaught TypeError: Cannot set property 'TinySegmenter' of undefined
at tinyseg.js:1
at tinyseg.js:1
at tinyseg.js:1
lunr.jp.js:1 Uncaught Error: Lunr is not present. Please include / require Lunr before this script.
at lunr.jp.js:1
at lunr.jp.js:1
at lunr.jp.js:1
Since the code has been compressed, I format them and find that problem may relevant with
_.TinySegmenter = t in tinyseg.js OR r.stemmerSupport = { in ·lunr.stemmer.support.js`
But I cannot see any TypeError, any idea?
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
bugIssue reports a bugIssue reports a bugresolvedIssue is resolved, yet unreleased if openIssue is resolved, yet unreleased if open