Skip to content

Commit 9b1dc9d

Browse files
Merge pull request #278384 from gmndrg/main
Mapping functions update
2 parents 4bd7009 + 3678d54 commit 9b1dc9d

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

articles/search/search-indexer-field-mappings.md

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ ms.service: cognitive-search
1111
ms.custom:
1212
- ignite-2023
1313
ms.topic: conceptual
14-
ms.date: 01/17/2024
14+
ms.date: 06/14/2024
1515
---
1616

1717
# Field mappings and transformations using Azure AI Search indexers
@@ -136,6 +136,8 @@ A field mapping function transforms the contents of a field before it's stored i
136136
+ [urlEncode](#urlEncodeFunction)
137137
+ [urlDecode](#urlDecodeFunction)
138138

139+
Note that these functions are exclusively supported for parent indexes at this time. They are not compatible with chunked index mapping, therefore, these functions can't be used for [index projections](index-projections-concept-intro.md).
140+
139141
<a name="base64EncodeFunction"></a>
140142

141143
### base64Encode function

0 commit comments

Comments
 (0)