#matrix is the online open-source workplace inspired in sococo.com for distributed teams to have the experience of work together each day, side-by-side. No matter where team members might be. Working in an online workplace is even more productive when people are feeling in the same space.
Subject of the issue
When searching for a User in the sidebar, or a Room in the appbar, the search won't bring users if you don't include accents in the name.
Steps to reproduce
Example:
Expected behaviour
The filter function should ignore accents when searching for users.
Actual behaviour
It doesn't, and those users won't show up.
Possible Solution
Just make it so the filter ignores accents.
For ES6,
String.prototype.normalize
can be used, as recommended by this stack overflow answer.