We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent fa5afef commit 07ffe0cCopy full SHA for 07ffe0c
1 file changed
zip/plugins/pIndexFile.js
@@ -44,7 +44,7 @@ class pIndexFile extends IPlugin {
44
const aliasName = this.aliasName;
45
46
const h_EVT_IF_SET = (data) => {
47
- index = newKeywordDatabase(aliasName, data.keywords.toLowerCase(), data.mapping);
+ index = newKeywordDatabase(aliasName, textCleanupPhrase(data.keywords).toLowerCase(), data.mapping);
48
data.result = index.readKeywordDatabase();
49
50
const loadedCount = data.result > 0;
0 commit comments