Changes for page Context Search
Last modified by bougault on 2023/02/20 16:29
Summary
-
Page properties (1 modified, 0 added, 0 removed)
Details
- Page properties
-
- Content
-
... ... @@ -71,7 +71,7 @@ 71 71 <div> 72 72 ${this.results.map(result => html` 73 73 <div> 74 - <a href="#">${result.title _}</a>74 + <a href="#">${result.title}</a> 75 75 <div>${result.id}</div> 76 76 <div>${result.doccontent_.substring(0, 150)} 77 77 </div>