Skip to content

Commit

Permalink
MultiValueOrSearchExpression (#283)
Browse files Browse the repository at this point in the history
  • Loading branch information
HeikoTheissen authored Nov 6, 2024
1 parent 42ef234 commit 490d782
Show file tree
Hide file tree
Showing 3 changed files with 236 additions and 229 deletions.
7 changes: 5 additions & 2 deletions vocabularies/Org.OData.Capabilities.V1.json
Original file line number Diff line number Diff line change
Expand Up @@ -631,10 +631,13 @@
"Value": "SearchExpression",
"@Core.Description": "String property can be used as first operand in `startswith`, `endswith`, and `contains` clauses"
},
{
"Value": "MultiValueOrSearchExpression",
"@Core.Description": "String property can be used like in `MultiValue` and like in `SearchExpression`, combined with `or`"
},
{
"Value": "MultiRangeOrSearchExpression",
"@Core.Description": "Property can be compared to a union of zero or more closed, half-open, or open intervals plus zero or more simple string patterns",
"@Core.LongDescription": "The filter expression for this property consists of one or more interval expressions or string comparison functions combined by `or`. See MultiRange for a definition of an interval expression. See SearchExpression for the allowed string comparison functions."
"@Core.Description": "String property can be used like in `MultiRange` and like in `SearchExpression`, combined with `or`"
}
]
},
Expand Down
Loading

0 comments on commit 490d782

Please sign in to comment.