VadimDez/ngx-filter-pipe

Filter on a object property which has space

suvonkar opened this issue · 1 comments

@VadimDez , How I can use the filterBy on a object property which has space.

Like, I want to filter on user name, where user name has space.

Example: I have a user 'John Writer'. If I filter with 'John' it is working fine. But if I filter with 'John W' then nothing is coming.