-
Notifications
You must be signed in to change notification settings - Fork 25
Open
Description
const { Mint } = require('mint-filter')
const mint = new Mint(['pflt', 'dividend payout pflt abc']);
const result = mint.filter('ratio dividend payout pflt');
console.log(result);
// { words: [], text: 'ratio dividend payout pflt' }
关键词数组中有重叠的部分,且需要匹配的文案与第二个关键词部分匹配,预期应该是匹配成功第一个关键词“pflt”,但结果匹配失败
Metadata
Metadata
Assignees
Labels
No labels