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 {
|
||||
properties: [
|
||||
{ key: 'Title', value: this.getTitle() },
|
||||
{ key: 'Text', value: this.text }
|
||||
{ key: 'Text', value: this.text, trusted: true }
|
||||
],
|
||||
searchValue: [this.getTitle(), this.text]
|
||||
};
|
||||
|
Loading…
Reference in New Issue
Block a user