[ https://issues.apache.org/jira/browse/OLINGO-1530?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]
Mohan Kumar Agarwal updated OLINGO-1530: ---------------------------------------- Description: Filter parameter like ?$filter=EmployeeId ne 'C+D' is passed as EmployeeId ne 'C D' in filterString In the backend the data is stored as C+D, so as it is passed with C D, backend returns empty list. was: Filter parameter like ?$filter=EmployeeId ne 'C+D' is passed as EmployeeId ne 'C D' in filterString > + in url filter parameter is passed as space > -------------------------------------------- > > Key: OLINGO-1530 > URL: https://issues.apache.org/jira/browse/OLINGO-1530 > Project: Olingo > Issue Type: Bug > Components: odata2-core > Affects Versions: V2 2.0.11 > Reporter: Mohan Kumar Agarwal > Priority: Major > Labels: odata2 > Attachments: supportplus.patch > > > Filter parameter like > ?$filter=EmployeeId ne 'C+D' is passed as EmployeeId ne 'C D' in filterString > In the backend the data is stored as C+D, so as it is passed with C D, > backend returns empty list. -- This message was sent by Atlassian Jira (v8.3.4#803005)