Skip to content

Commit

Permalink
Update src/OrchardCore/OrchardCore.Search.Elasticsearch.Core/Services…
Browse files Browse the repository at this point in the history
…/ElasticQueryService.cs

Co-authored-by: Mike Alhayek <mike@crestapps.com>
  • Loading branch information
denispetrische and MikeAlhayek authored Oct 21, 2024
1 parent 18320bf commit 8b33cf0
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@ public async Task<ElasticTopDocs> SearchAsync(string indexName, string query)
Fields = deserializedSearchRequest.Fields,
Sort = deserializedSearchRequest.Sort,
Source = deserializedSearchRequest.Source,
Highlight = deserializedSearchRequest.Highlight
Highlight = deserializedSearchRequest.Highlight,
};

var searchResponse = await _elasticClient.SearchAsync<Dictionary<string, object>>(searchRequest);
Expand Down

0 comments on commit 8b33cf0

Please sign in to comment.