From 37a11cd41209fb76978ed3d2bbf910c656f481b2 Mon Sep 17 00:00:00 2001 From: holocron Date: Tue, 4 Apr 2017 10:21:44 +0200 Subject: [PATCH] Update odata.pegjs --- src/odata.pegjs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/odata.pegjs b/src/odata.pegjs index af60680..ebfeb8e 100644 --- a/src/odata.pegjs +++ b/src/odata.pegjs @@ -285,7 +285,7 @@ filterExpr = return filterExprHelper(left, right); } -booleanFunctions2Args = "substringof" / "endswith" / "startswith" / "IsOf" +booleanFunctions2Args = "substringof" / "endswith" / "startswith" / "IsOf" / "contains" booleanFunc = f:booleanFunctions2Args "(" arg0:part "," WSP? arg1:part ")" { return {