mirror of
https://github.com/discourse/discourse.git
synced 2024-11-26 23:06:19 +08:00
DEV: No need to highlight search if PG headline generation is used.
This commit is contained in:
parent
12a00d6dc5
commit
1d2ba8fd52
|
@ -54,10 +54,14 @@
|
|||
</span>
|
||||
|
||||
{{#if result.blurb}}
|
||||
{{#highlight-search highlight=term}}
|
||||
{{#if siteSettings.use_pg_headlines_for_excerpt}}
|
||||
{{html-safe result.blurb}}
|
||||
{{else}}
|
||||
{{#highlight-search highlight=highlightQuery}}
|
||||
{{html-safe result.blurb}}
|
||||
{{/highlight-search}}
|
||||
{{/if}}
|
||||
{{/if}}
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
|
|
|
@ -112,10 +112,14 @@
|
|||
</span>
|
||||
|
||||
{{#if result.blurb}}
|
||||
{{#if siteSettings.use_pg_headlines_for_excerpt}}
|
||||
{{html-safe result.blurb}}
|
||||
{{else}}
|
||||
{{#highlight-search highlight=highlightQuery}}
|
||||
{{html-safe result.blurb}}
|
||||
{{/highlight-search}}
|
||||
{{/if}}
|
||||
{{/if}}
|
||||
</div>
|
||||
|
||||
{{#if showLikeCount}}
|
||||
|
|
Loading…
Reference in New Issue
Block a user