Manybubbles has uploaded a new change for review.
https://gerrit.wikimedia.org/r/106261
Change subject: Skip combining highlights correctly
......................................................................
Skip combining highlights correctly
The old code worked but it tried to combine highlights using the plain
highlighter which doesn't work.
Change-Id: I18a52d07f14cc76b70ad7f498ef3e3da6dd22bf8
---
M includes/ResultsType.php
1 file changed, 1 insertion(+), 1 deletion(-)
git pull ssh://gerrit.wikimedia.org:29418/mediawiki/extensions/CirrusSearch
refs/changes/61/106261/1
diff --git a/includes/ResultsType.php b/includes/ResultsType.php
index 354c359..392b45a 100644
--- a/includes/ResultsType.php
+++ b/includes/ResultsType.php
@@ -115,7 +115,7 @@
private function addMatchedFields( $fields ) {
foreach ( $fields as $name => $config ) {
// TODO remove when Elasticsearch issue 3757 is fixed
- if ( strpos( $name, '.plain' ) !== false ) {
+ if ( $config[ 'type' ] !== 'fvh' ) {
continue;
}
$config[ 'matched_fields' ] = array( $name,
"$name.plain" );
--
To view, visit https://gerrit.wikimedia.org/r/106261
To unsubscribe, visit https://gerrit.wikimedia.org/r/settings
Gerrit-MessageType: newchange
Gerrit-Change-Id: I18a52d07f14cc76b70ad7f498ef3e3da6dd22bf8
Gerrit-PatchSet: 1
Gerrit-Project: mediawiki/extensions/CirrusSearch
Gerrit-Branch: master
Gerrit-Owner: Manybubbles <[email protected]>
_______________________________________________
MediaWiki-commits mailing list
[email protected]
https://lists.wikimedia.org/mailman/listinfo/mediawiki-commits