- Issue created by @thomaswalther
- Assigned to Shreya_98
- 🇩🇪Germany thomaswalther Rhein-Main Area
Update:
when I install my custom theme and after that I set config via drush for excerpt_always to true then it worked in the frontend. If I deactivate it, the field is empty (only in the frontend). Preview of view is correct.drush config:set --input-format=yaml search_api.index.default_index processor_settings.highlight "{\ weights: {postprocess_query: 0} \ , prefix: '<strong>' ,\ suffix: '</strong>'\ , excerpt: true\ , excerpt_always: true\ , excerpt_length: 256\ , exclude_fields: {}\ , highlight: always\ , highlight_partial: true\ }"
- Status changed to Postponed: needs info
about 1 year ago 1:14pm 15 October 2023 - 🇦🇹Austria drunken monkey Vienna, Austria
Sorry, could not reproduce. Could you provide a failing test case?
- Status changed to Closed: works as designed
about 1 year ago 6:35am 16 October 2023 - 🇩🇪Germany thomaswalther Rhein-Main Area
I tested today again. I also can not reproduce it. Maybe it seems to be an indexed, Drupal or twig cached problem.
It worked fine after reindex or flush cache.