ng2-ui / auto-complete

Angular Auto Complete component and directive
https://ng2-ui.github.io/dist/#/auto-complete
MIT License
279 stars 123 forks source link

search for display property name or value property names only #305

Closed crh225 closed 6 years ago

crh225 commented 6 years ago

IMPORTANT Please be specific with an example. An issue with no example may be closed.

Steps to reproduce and a minimal demo

http://plnkr.co/edit/A5CW2e?p=preview

Current behavior if you search for the word name, population, or id, it returns the full list.

Expected/desired behavior if you search for the word name, population, or id, it should return zero results

Other information

crh225 commented 6 years ago

apperently I already asked this question a while ago. https://github.com/ng2-ui/auto-complete/issues/121