Skip to content

Commit

Permalink
@ralfhandl's suggestion
Browse files Browse the repository at this point in the history
  • Loading branch information
HeikoTheissen committed Oct 31, 2024
1 parent 5b18aec commit 5e83387
Show file tree
Hide file tree
Showing 3 changed files with 230 additions and 232 deletions.
5 changes: 2 additions & 3 deletions vocabularies/Org.OData.Capabilities.V1.json
Original file line number Diff line number Diff line change
Expand Up @@ -633,12 +633,11 @@
},
{
"Value": "MultiValueOrSearchExpression",
"@Core.Description": "String property can be used like in `MultiValue` and like in `SearchExpression`"
"@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 5e83387

Please sign in to comment.