Skip to content

Commit 8ad716b

Browse files
committed
more formatting
1 parent 03e938f commit 8ad716b

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

articles/search/search-howto-complex-data-types.md

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -294,7 +294,10 @@ As with top-level simple fields, simple subfields of complex fields can only be
294294
Recall that Azure AI Search limits complex objects in a collection to 3,000 objects per document. Exceeding this limit results in the following message:
295295

296296
```
297-
A collection in your document exceeds the maximum elements across all complex collections limit. The document with key '1052' has '4303' objects in collections (JSON arrays). At most '3000' objects are allowed to be in collections across the entire document. Remove objects from collections and try indexing the document again."
297+
A collection in your document exceeds the maximum elements across all complex collections limit.
298+
The document with key '1052' has '4303' objects in collections (JSON arrays).
299+
At most '3000' objects are allowed to be in collections across the entire document.
300+
Remove objects from collections and try indexing the document again."
298301
```
299302

300303
If you need more than 3,000 items, you can pipe (`|`) or use any form of delimiter to delimit the values, concatenate them, and store them as a delimited string. There's no limitation on the number of strings stored in an array. Storing complex values as strings bypasses the complex collection limitation.

0 commit comments

Comments
 (0)