rpaschoal / ng-chat

💬 A simple facebook/linkedin lookalike chat module for Angular applications.
MIT License
155 stars 92 forks source link

Custom Search Friends #181

Open revatim opened 3 years ago

revatim commented 3 years ago

Is it possible to search on the basis of fields other than user name ? For example, my User has a field project name array and I want to be search friends on the basis of project name as well.

rpaschoal commented 3 years ago

Hi @revatim ,

It's not possible at this stage, all it does is a simple filter on the friends list data. Perhaps we could extend the adapters to support a custom search like this.

I am not actively contributing to this project nowadays but pull requests are welcome.