When enabling the “Re-route searches through SearchStudio” option (and, thus, using the /emselect handler for searches) stopwords and other analysis configuration is not correctly taken into account.
This is due to unexpected highlighting tags being used by the Solr server so \Drupal\search_api_solr\Utility\Utility::getHighlightedKeys() will not detect any highlighted keys, forcing the Highlight processor to use the original ones (including stopwords).
Issue fork searchstax-3553864
Show commands
Start within a Git clone of the project using the version control instructions.
Or, if you do not have SSH keys set up on git.drupalcode.org:
Comments
Comment #3
drunken monkeyComment #5
drunken monkeyMerged the MR, testing will happen in dev version.
Comment #6
drunken monkeyThis has now been verified to work.