mirror of
https://gitlab.com/MrFry/qmining-page
synced 2025-04-01 20:23:44 +02:00
Highlighting matched part in question search
This commit is contained in:
parent
f94b99e181
commit
1b3c07fce2
4 changed files with 48 additions and 27 deletions
|
@ -73,7 +73,7 @@ export default function QuestionSearchResult({ data, searchTerm }) {
|
|||
<div>
|
||||
<div>{renderCount()}</div>
|
||||
<div>
|
||||
<Questions subjs={subjs} />
|
||||
<Questions subjs={subjs} searchTerm={searchTerm} />
|
||||
</div>
|
||||
</div>
|
||||
)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue