Ivaylo Manasiev created OLINGO-1346: ---------------------------------------
Summary: Option to turn off strict filter validation Key: OLINGO-1346 URL: https://issues.apache.org/jira/browse/OLINGO-1346 Project: Olingo Issue Type: Improvement Components: odata2-core Affects Versions: V2 2.0.11, V2 2.0.10, V2 2.0.9, V2 2.0.8, V2 2.0.7, V2 2.0.6 Reporter: Ivaylo Manasiev Fix For: V2 2.0.11 Version 2.0.6 of Olingo made the validation of $filter stricter. It actually adds a check for the multiplicity of the navigation properties used in $filter expressions. Using navigation properties with cardinality "TO MANY" in $filter expressions is no longer possible. And indeed this is not allowed by OData v2 protocol. There are some OData services, however, that deviate from the standard in this respect. It should be possible to switch off the strict filter validation in order to integrate with such services. The UriParser should allow passing strictFilter as an argument for the parse method. -- This message was sent by Atlassian JIRA (v7.6.3#76005)