Merge pull request #5335 from GabrielInTheWorld/fixTopicPreview
Fixes preview of topics in global search
This commit is contained in:
commit
0c6da9799c
@ -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