Skip to content

Commit 5abe800

Browse files
Merge pull request #7633 from Albertyang0/2025_10-Monthly-broken-links-fix-ay-22
2025_10 - Fix monthly broken links
2 parents c57f2fa + 3693cef commit 5abe800

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

articles/search/includes/quickstarts/full-text-python.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -147,7 +147,7 @@ Each field also has a series of index attributes that specify whether Azure AI S
147147

148148
### Create a documents payload and upload documents
149149

150-
Use an [index action](/python/api/azure-search-documents/azure.search.documents.models.indexaction) for the operation type, such as upload or merge-and-upload. Documents originate from the [HotelsData](https://github.com/Azure-Samples/azure-search-sample-data/blob/main/hotels/HotelsData_toAzureSearch.json) sample on GitHub.
150+
Use an [index action](/python/api/azure-search-documents/azure.search.documents.models.indexaction) for the operation type, such as upload or merge-and-upload. Documents originate from the [HotelsData](https://github.com/Azure-Samples/azure-search-sample-data/blob/main/hotels/HotelsData_toAzureSearch.JSON) sample on GitHub.
151151

152152
### Search an index
153153

0 commit comments

Comments
 (0)