Skip to content

Commit 573ffa4

Browse files
authored
Merge pull request #258 from esmero/ISSUE-257
ISSUE-257: Humble (and experimental) attempt at dealing with stale/missing excerpts
2 parents acf4bc9 + b6a3ef9 commit 573ffa4

File tree

6 files changed

+596
-3
lines changed

6 files changed

+596
-3
lines changed

config/schema/strawberryfield.schema.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -313,3 +313,6 @@ plugin.plugin_configuration.search_api_processor.sbf_highlight:
313313
highlight_partial:
314314
type: boolean
315315
label: 'Whether matches in parts of words should be highlighted'
316+
lazy_excerpt:
317+
type: boolean
318+
label: 'Whether the lazy loading workaround is enabled to deliver fresh(er) Excerpts on GET requests'

0 commit comments

Comments
 (0)