z3by / vuepress-plugin-flexsearch

Next-Generation full text search library for Vuepress
MIT License
41 stars 16 forks source link

Emphasys tags problem when search by letters 'E' or 'M' after another word #81

Open GuilhermeErmel opened 2 years ago

GuilhermeErmel commented 2 years ago

When we type 'E' or 'M' after another word already searched, a unespected behavior happens:

image

It happens, because the code replaces these letters considering the tags created for the other words searched.

I created a development proposal to not cosidered the find inside HTML tags.