When running the mock server @sap-ux/ui5-middleware-fe-mockserver for OData V4 services there is a parsing error when doing a groupby expression for a field which contains the string ‘desc’, e.g. description.
Steps to Reproduce
Steps to reproduce the behavior:
Create a service with an entity set that has a field named 'description'.
Related Feature
Feature request: -
Description
When running the mock server @sap-ux/ui5-middleware-fe-mockserver for OData V4 services there is a parsing error when doing a
groupby
expression for a field which contains the string ‘desc’, e.g. description.Steps to Reproduce
Steps to reproduce the behavior:
Expected results
Groupby is working on arbitrary named fields.
Actual results
Mock server breaks for fields containing 'desc' in their name.
Screenshots
Version/Components/Environment
Add any other context about the problem here OS:
Root Cause Analysis
Problem
{describe the problem}
Fix
{describe the fix}
Why was it missed
{Some explanation why this issue might have been missed during normal development/testing cycle}
How can we avoid this
{if we don’t want to see this type of issues anymore what we should do to prevent}