varunkumar/google-input-tools

Incorrect parsing of searchText

Closed this issue · 1 comments

Currently, searchText is parsed based on spaces. Should use some sort of regex /^[A-z]+$/ to parse the search text.

If I am typing, <li>Varunkumar, the whole word including <li> is considered for transliteration.

This was fixed as part of 42d9684