ngx-filter-pipe icon indicating copy to clipboard operation
ngx-filter-pipe copied to clipboard

Filtering by number within string

Open ekrismer opened this issue 7 years ago • 1 comments

Bug Report or Feature Request (mark with an x)
- [x] Bug report -> please search issues before submitting

Hello,

I'm unable to filter by a number within a string. Please have a look at this example: https://stackblitz.com/edit/angular-uwzg3w

E.g. when filtering by '2' I would like to get "item 2", "item 12" and "item 20" to "item 25". How can i solve this task?

If the number is preceded by a matching sequence of characters the filter works just fine.

Thank you!

ekrismer avatar Feb 23 '18 12:02 ekrismer

related to #57

VadimDez avatar Dec 23 '20 15:12 VadimDez