Hi Colleages,
We are running opa using nodeJS as mockserver. In a scenario frontend send a GET request with path expression like $filter=to_parentTask/taskguid=xxx and the server does not support such query.
Full path is
localhost:4004/ui/task-management-service-ui/v1/odata/v4/CBLD_TASK_SRV/CBLD_C_TASK_TP?$filter=to_parentTask/task_guid%20eq%20null
Last year i search similar question but found nodeJS does not support. I want to ask it is supported now?
verions:
@sap/cds: 5.7.4 @sap/cds-compiler: 2.11.4 @sap/cds-dk: 4.1.5 @sap/cds-foss: 3.1.0 Node.js: v14.15.0