Here’s an implementation of full text search on a list of records.
You specify the fields you want search on;
HTML:
1 | <input type="text" ng-model="toggleSearch"/> |
Angular:
1 | function lookupFilter(){ |
Here’s an implementation of full text search on a list of records.
You specify the fields you want search on;
HTML:
1 | <input type="text" ng-model="toggleSearch"/> |
Angular:
1 | function lookupFilter(){ |