Before the fix emoji could be found only by a subsctring from a string start.
For example, we have two emojis
1) foo
2) bar_foo
When you perform a search by keyword 'foo' only the first one will be found.
Now, both will be found.
Co-authored-by: Gleidson Daniel Silva <gleidson10daniel@hotmail.com>