pantheon-systems / solr-power

A WordPress plugin to connect to Pantheon's Apache Solr search infrastructure, or your own!
https://wordpress.org/plugins/solr-power/
GNU General Public License v2.0
126 stars 61 forks source link

added support for changing post excerpt to highlighted snippet #446

Closed jimkeller closed 4 years ago

jimkeller commented 4 years ago

Highlighting is enabled in the solr query but it didn't look like it was ever making it back to the post object for use in the search result. This patch brings the highlighted snippet into the $post->excerpt.

danielbachhuber commented 4 years ago

Thanks @jimkeller!

I'll go ahead and tag a new release with this.