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 17, 2024
1 parent ad2f9bf commit 3b3eadf
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 @@ -760,7 +760,7 @@
"$Kind": "EnumType",
"$IsFlags": true,
"none": 0,
"[email protected]": "Single search term",
"[email protected]": "No unsupported expressions",
"AND": 1,
"[email protected]": "Multiple search terms, optionally separated by `AND`",
"OR": 2,
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 @@ -391,7 +391,7 @@ Property|Type|Description

Flag Member|Value|Description
:-----|----:|:----------
[none](./Org.OData.Capabilities.V1.xml#L584:~:text=<EnumType%20Name="-,SearchExpressions,-")|0|Single search term
[none](./Org.OData.Capabilities.V1.xml#L584:~:text=<EnumType%20Name="-,SearchExpressions,-")|0|No unsupported expressions
[AND](./Org.OData.Capabilities.V1.xml#L587:~:text=<EnumType%20Name="-,SearchExpressions,-")|1|Multiple search terms, optionally separated by `AND`
[OR](./Org.OData.Capabilities.V1.xml#L590:~:text=<EnumType%20Name="-,SearchExpressions,-")|2|Multiple search terms separated by `OR`
[NOT](./Org.OData.Capabilities.V1.xml#L593:~:text=<EnumType%20Name="-,SearchExpressions,-")|4|Search terms preceded by `NOT`
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 @@ -582,7 +582,7 @@ supported:
</ComplexType>
<EnumType Name="SearchExpressions" IsFlags="true">
<Member Name="none" Value="0">
<Annotation Term="Core.Description" String="Single search term" />
<Annotation Term="Core.Description" String="No unsupported expressions" />
</Member>
<Member Name="AND" Value="1">
<Annotation Term="Core.Description" String="Multiple search terms, optionally separated by `AND`" />
Expand Down

0 comments on commit 3b3eadf

Please sign in to comment.