Skip to content

Commit

Permalink
MultiValueOrSearchExpression
Browse files Browse the repository at this point in the history
  • Loading branch information
HeikoTheissen committed Oct 31, 2024
1 parent 42ef234 commit 5b18aec
Show file tree
Hide file tree
Showing 3 changed files with 234 additions and 225 deletions.
4 changes: 4 additions & 0 deletions vocabularies/Org.OData.Capabilities.V1.json
Original file line number Diff line number Diff line change
Expand Up @@ -631,6 +631,10 @@
"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`"
},
{
"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",
Expand Down
Loading

0 comments on commit 5b18aec

Please sign in to comment.