Skip to content

Commit fc01702

Browse files
committed
fixing incorrect file link
1 parent 751c6a4 commit fc01702

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

articles/search/cognitive-search-common-errors-warnings.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -54,7 +54,7 @@ Indexer read and processed the document but failed to add the data to the search
5454

5555
| Reason | Example | Action |
5656
| --- | --- | --- |
57-
| A field contains a term that is too large | A term in your document is larger than the [32KB limit](search-limits-quotas-capacity#api-request-limits) | You can avoid this restriction by ensuring the field is not configured as filterable, facetable, or sortable.
57+
| A field contains a term that is too large | A term in your document is larger than the [32KB limit](search-limits-quotas-capacity.md#api-request-limits) | You can avoid this restriction by ensuring the field is not configured as filterable, facetable, or sortable.
5858

5959
## Warnings
6060
Warnings do not stop indexing, but they do indicate conditions that could result in unexpected outcomes. Whether you take action or not depends on the data and your scenario.

0 commit comments

Comments
 (0)