Skip to content

Commit da4a629

Browse files
authored
Update cognitive-search-skill-annotation-language.md
Updated with concatenation option
1 parent c40b64e commit da4a629

File tree

1 file changed

+8
-1
lines changed

1 file changed

+8
-1
lines changed

articles/search/cognitive-search-skill-annotation-language.md

Lines changed: 8 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ ms.custom:
1010
- ignite-2023
1111
- build-2024
1212
ms.topic: reference
13-
ms.date: 08/20/2024
13+
ms.date: 04/15/2025
1414
---
1515
# Skill context and input annotation language
1616

@@ -233,6 +233,13 @@ When used inside an expression, paths should be enclosed between `"$("` and `")"
233233
|`=15%4`|`3`|
234234
|`=$(/document/merged_content/entities/0/offset)%2`|`1`|
235235

236+
### String concatenation `'+'`
237+
238+
|Expression|Value|
239+
|---|---|
240+
|`="Hello," + "world!"`|`"Hello, world!"`|
241+
|`=$(/document/merged_content/entities/0/text) + $(/document/merged_content/entities/0/category)`|`"BMN Organization"`|
242+
236243
### Less than, less than or equal, greater than and greater than or equal `'<'` `'<='` `'>'` `'>='`
237244

238245
|Expression|Value|

0 commit comments

Comments
 (0)