Fixes preview of topics in global search

This commit is contained in:
GabrielMeyer 2020-04-23 23:33:38 +02:00
parent 6a488eb78e
commit 41b9065807

View File

@ -26,7 +26,7 @@ export class ViewTopic extends BaseViewModelWithAgendaItemAndListOfSpeakers<Topi
return {
properties: [
{ key: 'Title', value: this.getTitle() },
{ key: 'Text', value: this.text }
{ key: 'Text', value: this.text, trusted: true }
],
searchValue: [this.getTitle(), this.text]
};