Open brianhuster opened 6 months ago
I have fixed the warning Function is not registered with pipeline. This may cause problems when serialising the index. by adding the line
Function is not registered with pipeline. This may cause problems when serialising the index.
lunr.Pipeline.registerFunction(lunr.vi.stopWordFilter, 'stopWordFilter-vi');
Also, I have updated the stopwords with more words and remove a word ("là", which I think can be confuse with "bàn là" (flat iron)).
I have fixed the warning
Function is not registered with pipeline. This may cause problems when serialising the index.
by adding the lineAlso, I have updated the stopwords with more words and remove a word ("là", which I think can be confuse with "bàn là" (flat iron)).