Closed swayongshen closed 10 months ago
Yes we do not support expand + filter inside currently. How are you generating such requests ? Is that done manually or through standard fiori elements application ? @drktfl FYI
@nlunets It is auto generated by SAP UI5 in an object detail page where there is a table of a sub-entity of the object and this table has some filters.
support added as of @sap-ux/fe-mockserver-core@1.2.16 / @sap-ux/ui5-middleware-fe-mockserver@2.2.16
Description
The
$filter
query param does not seem to work when its nested within a$filter
query param. For the following truncated request, the mock server does not return filteredncResults
withoperatorResult='NONCONFORMANT'
Expected results
Filters the
ncResults
sub-entity byoperatorResult
for theInspectionResult
Actual results
Returns all
ncResults
for theInspectionResult
Screenshots
If applicable, add screenshots to help explain the problem.
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}