| ... |
... |
@@ -27,11 +27,6 @@ |
| 27 |
27 |
a { |
| 28 |
28 |
color: var(--color-brand-primary, blue); |
| 29 |
29 |
} |
| 30 |
|
- .rawResults { |
| 31 |
|
- display: flex; |
| 32 |
|
- font-size: 12px; |
| 33 |
|
- margin-top: 2em; |
| 34 |
|
- } |
| 35 |
35 |
`; |
| 36 |
36 |
constructor() { |
| 37 |
37 |
super(); |
| ... |
... |
@@ -147,11 +147,11 @@ |
| 147 |
147 |
<div class="rawResults"> |
| 148 |
148 |
<div> |
| 149 |
149 |
<strong>XWiki Search Results</strong> |
| 150 |
|
- <pre>${JSON.stringify(this.resultsCache, null, 2)}</pre> |
|
145 |
+ <pre>${this.resultsCache}</pre> |
| 151 |
151 |
</div> |
| 152 |
152 |
<div> |
| 153 |
153 |
<strong>Collab Search Results (Filters)</strong> |
| 154 |
|
- <pre>${JSON.stringify(this.collabFiltersResults, null, 2)}</pre> |
|
149 |
+ <pre>${this.collabFiltersResults}</pre> |
| 155 |
155 |
</div> |
| 156 |
156 |
</div> |
| 157 |
157 |
</div> |