Apparently, Angular 2 will use pipes instead of filters as in Angular1 in conjunction with ng-for to filter results, although the implementation still seems to be vague, wit
After some googling, I came across ng2-search-filter. In will take your object and apply the search term against all object properties looking for a match.