Skip to content

Commit

Permalink
Fix: Change partialDescription to give with searchContent. (without h…
Browse files Browse the repository at this point in the history
…tml, all fields) (#222)
  • Loading branch information
huGgW authored Mar 15, 2024
1 parent c8f01b5 commit 43b96c9
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ data class AdmissionSearchResElem private constructor(
) = admissions.let {
val (boldStartIdx, partialDescription) = substringAroundKeyword(
keyword = keyword,
content = it.description,
content = it.searchContent,
amount = amount
)

Expand Down

0 comments on commit 43b96c9

Please sign in to comment.