Hello, in a list grid with string values in a column, when using inline filtering capability, we hit this issue. When a value (e.g. name of product) contains '+' (plus) character (e.g. "A+B+C") and user tries to filter on it (e.g. "B+C"), it won't return a result. I found that if I escape plus character e.g. "B\+C", then it works.
See attachments.
Is this a bug or feature? I have not found anything related to escaping in a documentation of filter expression operators.
Thanks
See attachments.
Is this a bug or feature? I have not found anything related to escaping in a documentation of filter expression operators.
Thanks
Comment