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 {
|
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