Details
-
Bug
-
Status: Closed
-
Major
-
Resolution: Implemented
-
V2 2.0.11
-
None
Description
This issue is similar to OLINGO-1098 and OLINGO-1218. Currently it is not possible to get an entity by a string key which contains an underscore "_".
I have tested the mentioned above tickets and they are working now as expected:
Cars?$filter=Id eq 'Model_3'
But when trying to get the data for that single entry I do not get the correct response (empty response):
Cars('Model_3')
I had a look at the previous commits but unfortunely I am not that deep in Olingo Core coding to solve the issue myself so I can create a PR.
Attachments
Issue Links
- is related to
-
OLINGO-1218 can not filter the string with "_"
- Resolved
-
OLINGO-1098 Incorrect handling of SQL wildcards '_' and '%' on filtering
- Resolved