File tree Expand file tree Collapse file tree 1 file changed +1
-1
lines changed
src/Azure.AISearch.WebApp/Services Expand file tree Collapse file tree 1 file changed +1
-1
lines changed Original file line number Diff line number Diff line change @@ -176,7 +176,7 @@ private SearchResult GetSearchResultForChunksIndex(SearchResult<SearchDocument>
176176 // mjh
177177 //searchResult.DataSource = result.Document.GetString(nameof(DocumentChunk.SourceDocumentDataSource));
178178 //searchResult.DataSet = result.Document.GetString(nameof(DocumentChunk.SourceDocumentDataSet));
179- searchResult . SourceUrl = result . Document . GetString ( nameof ( DocumentChunk . SourceDocumentSourceUrl ) ) ;
179+ searchResult . DocumentSourceUrl = result . Document . GetString ( nameof ( DocumentChunk . SourceDocumentSourceUrl ) ) ;
180180 //searchResult.Author = result.Document.GetString(nameof(DocumentChunk.SourceDocumentAuthor));
181181 //searchResult.Type = result.Document.GetString(nameof(DocumentChunk.SourceDocumentType));
182182 //searchResult.PublishDate = result.Document.GetDateTimeOffset(nameof(DocumentChunk.SourceDocumentPublishDate));
You can’t perform that action at this time.
0 commit comments