ng2-search-filter not providing correct search values
https://stackblitz.com/edit/ng2-search-filter-example?file=src%2Fapp%2Fapp.component.html
this is a very simple example of using ng2-search-filter in angular. This is the screenshot of the search screen where if we donot provide anything in the search box, all the results will be shown.

now I am providing 'yl' in inputbox, it should give Kyle as a result,but instead of that it is showing nothing.

Alternative Solution is writing a custom pipe for search filter.