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
-
... ... @@ -72,7 +72,7 @@ 72 72 ${this.results.map(result => html` 73 73 <div> 74 74 <a href="#">${result.title_}</a> 75 - <div>${result. space}</div>75 + <div>${result.id}</div> 76 76 <div>${result.doccontent_.substring(0, 150)} 77 77 </div> 78 78 `)}