dotansimha / angularjs-dropdown-multiselect

AngularJS Dropdown Multiselect
http://dotansimha.github.io/angularjs-dropdown-multiselect/
MIT License
441 stars 455 forks source link

Search with special character issue (i.e search with ! followed by any character) #480

Open Sanjay-tops opened 5 years ago

Sanjay-tops commented 5 years ago

Hello, There is one issue with search. If we search first character as ! and followed by any other character then search is not performing and it returns all the value. Here problem is that when we search with ! it treat as 'not' (i.e. if search !A then it treat as option which not contains a or A is filtered.) But I need this !A as single search word not like above

Does any one have solution for this?