ng2-ui / auto-complete

Angular Auto Complete component and directive
http://ng2-ui.github.io/auto-complete/
MIT License
280 stars 124 forks source link

Is it possible to define searchfields? #194

Closed pholik closed 6 years ago

pholik commented 7 years ago

Hi, is there a way how to narrow down what fields of the object should be used for finding matches? It seems to me, that the input is tested against all the fields of the object from the source, which is not always required.

allenhwkim commented 7 years ago

Please use Observable source for custom dropdown list.