angular-ui / ui-grid

UI Grid: an Angular Data Grid
http://ui-grid.info
MIT License
5.39k stars 2.47k forks source link

Angular UI Grid Special character * in inline search does not return any data #5752

Open vsinghvi09 opened 7 years ago

vsinghvi09 commented 7 years ago

if a attribute value has * and we filter on that attribute and select the value containing * in it that is not getting searched in the inline search criteria of angular UI grid.

Eg: I want to search the phrase "ankle & jeans" which is present in my angular UI grid and when I am searching it in the angular UI grid search criteria : "& jeans" , I am not getting any results. This is a problem with the UI grid and has there been any fix done for this.

Please suggest

gahoi commented 7 years ago

I am facing a similar issue when i have to search an attribute containing '*'.

For example: I have values as (G,'*G*') and I want to search for '*G*', i type '*G' in filter input box and filtered results are only containing 'G'.

umairnow commented 6 years ago

I am facing the same issue. Is there any update about it?