Skip to content

Commit

Permalink
@ralfhandl's suggestion
Browse files Browse the repository at this point in the history
  • Loading branch information
HeikoTheissen committed Apr 12, 2024
1 parent f086a48 commit ad2f9bf
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion vocabularies/Org.OData.Capabilities.V1.json
Original file line number Diff line number Diff line change
Expand Up @@ -753,7 +753,7 @@
"AlternativeSearchSyntax": {
"$Nullable": true,
"@Core.IsURL": true,
"@Core.Description": "URI of the alternative $search syntax supported by the service"
"@Core.Description": "URL of the alternative $search syntax supported by the service"
}
},
"SearchExpressions": {
Expand Down
2 changes: 1 addition & 1 deletion vocabularies/Org.OData.Capabilities.V1.md
Original file line number Diff line number Diff line change
Expand Up @@ -379,7 +379,7 @@ Property|Type|Description
:-------|:---|:----------
[Searchable](./Org.OData.Capabilities.V1.xml#L572:~:text=<ComplexType%20Name="-,SearchRestrictionsType,-")|Boolean|$search is supported with the standard syntax [OData-URL, section 5.1.8.1](https://docs.oasis-open.org/odata/odata/v4.02/odata-v4.02-part2-url-conventions.html#SearchExpressions)
[UnsupportedExpressions](./Org.OData.Capabilities.V1.xml#L575:~:text=<ComplexType%20Name="-,SearchRestrictionsType,-")|[SearchExpressions](#SearchExpressions)|Expressions not supported in $search
[AlternativeSearchSyntax](./Org.OData.Capabilities.V1.xml#L578:~:text=<ComplexType%20Name="-,SearchRestrictionsType,-")|URL?|URI of the alternative $search syntax supported by the service
[AlternativeSearchSyntax](./Org.OData.Capabilities.V1.xml#L578:~:text=<ComplexType%20Name="-,SearchRestrictionsType,-")|URL?|URL of the alternative $search syntax supported by the service

**Applicable Annotation Terms:**

Expand Down
2 changes: 1 addition & 1 deletion vocabularies/Org.OData.Capabilities.V1.xml
Original file line number Diff line number Diff line change
Expand Up @@ -577,7 +577,7 @@ supported:
</Property>
<Property Name="AlternativeSearchSyntax" Type="Edm.String" Nullable="true">
<Annotation Term="Core.IsURL" />
<Annotation Term="Core.Description" String="URI of the alternative $search syntax supported by the service" />
<Annotation Term="Core.Description" String="URL of the alternative $search syntax supported by the service" />
</Property>
</ComplexType>
<EnumType Name="SearchExpressions" IsFlags="true">
Expand Down

0 comments on commit ad2f9bf

Please sign in to comment.