valor-software / ng2-table

Simple table extension with sorting, filtering, paging... for Angular2 apps
http://valor-software.github.io/ng2-table/
MIT License
554 stars 336 forks source link

Filter will crash when type some special symbols #582

Closed qwe852147 closed 6 years ago

qwe852147 commented 6 years ago

Filter will crash when type some special symbols. example "\" or "*" etc..

Gamboster commented 6 years ago

Same issue here. Any solution for this ?

Here an screen of the error angular2_table

qwe852147 commented 6 years ago

Change .match to .includes in changeFilter function will be fine

Gamboster commented 6 years ago

It works fine with ".includes" . Thank you!