NodeBB-Community / nodebb-plugin-emoji-extended

Adds extended functionality of Emoji into NodeBB
MIT License
4 stars 1 forks source link

search for the emoji name as a substring #5

Closed BenLubar closed 8 years ago

ghost commented 8 years ago

Thanks for this, although I had to adjust it using stable sort instead (see 9c17e9ac37185d6a1d62f8c2b3f0d8e70d77fb84).

Array.prototype.sort states:

The sort is not necessarily stable.

Released within v1.0.5.

Feel free to add yourself within contributors of the package.json anytime ;-)