localgovdrupal / localgov_search

Default sitewide search implementation for LocalGov Drupal.
GNU General Public License v2.0
0 stars 1 forks source link

Add highlight processor to sitewide search index. #45

Closed finnlewis closed 2 years ago

ekes commented 2 years ago

The processors in the main module default install configuration get overwritten with the backend specific processors. As I guess this could be a shared processor common to multiple backends we could re-write the processors configuration, but it hurts my head about how to decide what to add, what to remove, and what to overwrite if we do it that way.