File tree Expand file tree Collapse file tree 1 file changed +3
-9
lines changed
Expand file tree Collapse file tree 1 file changed +3
-9
lines changed Original file line number Diff line number Diff line change 3434 flex : 3 ;
3535 }
3636
37- .ais-Highlight-highlighted {
38- color : inherit;
39- font-size : inherit;
40- }
41-
4237 # searchbox {
4338 margin-bottom : 2rem ;
4439 }
7570 list-style : none;
7671 }
7772
78- .ais-Highlight-highlighted ,
79- .ais-Snippet-highlighted {
73+ mark {
8074 background-color : # FFFF92 ;
8175 }
8276 }
@@ -178,8 +172,8 @@ <h2 class="pt-5 color-blue">Search</h2>
178172 </div>
179173 </div>
180174 <div class="col-12 col-lg-10">
181- <h3 class="color-blue search-result-title">${ item . title } </h3>
182- <p class="color-gray search-result-subtitle">${ item . subtitle } </p>
175+ <h3 class="color-blue search-result-title">${ item . _highlightResult . title . value } </h3>
176+ <p class="color-gray search-result-subtitle">${ item . _highlightResult . subtitle . value } </p>
183177 </div>
184178 </div>
185179 </a>
You can’t perform that action at this time.
0 commit comments