SAP / open-ux-odata

Enable community collaboration to jointly promote and facilitate best in class framework and tooling capabilities when working with OData services.
Apache License 2.0
51 stars 11 forks source link

BUG - failure due to filter parsing #743

Closed wuejk closed 11 months ago

wuejk commented 11 months ago

Description

Mock server is not able to parse filter value and request fails because of that ("@sap-ux/ui5-middleware-fe-mockserver": "2.2.5")

Request:

C_ChangeDocuments?$skip=0&$top=20&$orderby=CreatedOn%20desc&$filter=ChangeDocObjectClass%20eq%20%27MM_PUR_PROCPRJ%27%20and%20ChangeDocObject%20eq%20%273D1780001396491CA80300803B70E300%27%20and%20CreatedOn%20ge%20datetimeoffset%272021-06-12T07%3a30%3a34Z%27&$select=ChangeDocLanguageKey%2cCreatedByUser%2cCreationDate%2cCreationTime&$inlinecount=allpages HTTP/1.1

Error message:

Parsing errors detected when parsing ChangeDocObjectClass eq 'MM_PUR_PROCPRJ' and ChangeDocObject eq '3D1780001396491CA80300803B70E300' and CreatedOn ge datetimeoffset'2021-06-12T07:30:34Z'
nlunets commented 11 months ago

Will be fixed with version 2.2.6