FIX: Missing PG topic title headline when pg headlines is enabled.
This commit is contained in:
parent
293b243aeb
commit
8336c2235e
|
@ -151,7 +151,10 @@ createSearchResult({
|
|||
h(
|
||||
"span.topic-title",
|
||||
{ attributes: { "data-topic-id": topic.id } },
|
||||
new Highlighted(topic.fancyTitle, term)
|
||||
this.siteSettings.use_pg_headlines_for_excerpt &&
|
||||
result.topic_title_headline
|
||||
? new RawHtml({ html: `<span>${result.topic_title_headline}</span>` })
|
||||
: new Highlighted(topic.fancyTitle, term)
|
||||
),
|
||||
];
|
||||
|
||||
|
|
Loading…
Reference in New Issue