Fixes preview of topics in global search
This commit is contained in:
parent
6a488eb78e
commit
41b9065807
@ -26,7 +26,7 @@ export class ViewTopic extends BaseViewModelWithAgendaItemAndListOfSpeakers<Topi
|
|||||||
return {
|
return {
|
||||||
properties: [
|
properties: [
|
||||||
{ key: 'Title', value: this.getTitle() },
|
{ key: 'Title', value: this.getTitle() },
|
||||||
{ key: 'Text', value: this.text }
|
{ key: 'Text', value: this.text, trusted: true }
|
||||||
],
|
],
|
||||||
searchValue: [this.getTitle(), this.text]
|
searchValue: [this.getTitle(), this.text]
|
||||||
};
|
};
|
||||||
|
Loading…
Reference in New Issue
Block a user