I use this filter in my AngularJS application and now I need also to filter or firstname. Currently my filter looks like this:
| filter: {user: {surname: searchEmployeesText}}
Is there a possibility to filter also of firstname without a filter function?