Skip to content

Commit

Permalink
TC 2024-04-17
Browse files Browse the repository at this point in the history
  • Loading branch information
HeikoTheissen committed Apr 18, 2024
1 parent 3b3eadf commit 8701a7b
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 5 deletions.
4 changes: 2 additions & 2 deletions vocabularies/Org.OData.Capabilities.V1.json
Original file line number Diff line number Diff line change
Expand Up @@ -750,10 +750,10 @@
"$DefaultValue": "none",
"@Core.Description": "Expressions not supported in $search"
},
"AlternativeSearchSyntax": {
"SearchSyntax": {
"$Nullable": true,
"@Core.IsURL": true,
"@Core.Description": "URL of the alternative $search syntax supported by the service"
"@Core.Description": "URL of the $search syntax supported by the service if this deviates from 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)"
}
},
"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?|URL of the alternative $search syntax supported by the service
[SearchSyntax](./Org.OData.Capabilities.V1.xml#L578:~:text=<ComplexType%20Name="-,SearchRestrictionsType,-")|URL?|URL of the $search syntax supported by the service if this deviates from 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)

**Applicable Annotation Terms:**

Expand Down
4 changes: 2 additions & 2 deletions vocabularies/Org.OData.Capabilities.V1.xml
Original file line number Diff line number Diff line change
Expand Up @@ -575,9 +575,9 @@ supported:
<Property Name="UnsupportedExpressions" Type="Capabilities.SearchExpressions" Nullable="false" DefaultValue="none">
<Annotation Term="Core.Description" String="Expressions not supported in $search" />
</Property>
<Property Name="AlternativeSearchSyntax" Type="Edm.String" Nullable="true">
<Property Name="SearchSyntax" Type="Edm.String" Nullable="true">
<Annotation Term="Core.IsURL" />
<Annotation Term="Core.Description" String="URL of the alternative $search syntax supported by the service" />
<Annotation Term="Core.Description" String="URL of the $search syntax supported by the service if this deviates from 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)" />
</Property>
</ComplexType>
<EnumType Name="SearchExpressions" IsFlags="true">
Expand Down

0 comments on commit 8701a7b

Please sign in to comment.