OData orderby query parameter deactivation

0
We have a Consumed ODATA Service which is not fully Compliant with OData 4.0 and does not support the orderby ODATA query parameter.   Is there any way how we can instruct a service definition to not include this parameter in the query, other than having to craft the whole QUery String manually and do it as a “low-level” REST Call with Object Mapping of the Response etc.
asked
1 answers
0

Not yet, but we’re planning to add support for capability metadata in the odata contract: https://github.com/oasis-tcs/odata-vocabularies/blob/main/vocabularies/Org.OData.Capabilities.V1.md#selectsupporttype

Does the service throw an error when you use orderby? Maybe you can configure it to ignore things it doesn’t support?

answered