Skip to content

Commit

Permalink
Update search options
Browse files Browse the repository at this point in the history
  • Loading branch information
marcominerva committed Sep 27, 2023
1 parent b4e26ea commit dbbf629
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion src/SearchGpt.BusinessLayer/Services/ChatService.cs
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,9 @@ static ChatService()
{
searchOptions = new SearchOptions
{
HighlightFields = { "content-10" }
HighlightFields = { "content-20" },
HighlightPreTag = string.Empty,
HighlightPostTag = string.Empty,
};

searchOptions.Select.Add("content");
Expand Down

0 comments on commit dbbf629

Please sign in to comment.