Smalyshev has uploaded a new change for review. ( 
https://gerrit.wikimedia.org/r/398187 )

Change subject: Allow resetting highlight query back to null
......................................................................

Allow resetting highlight query back to null

Change-Id: Ia40a7c0c9e016ee2a9883b66da094ad3c1b7bd90
---
M includes/Search/SearchContext.php
1 file changed, 1 insertion(+), 1 deletion(-)


  git pull ssh://gerrit.wikimedia.org:29418/mediawiki/extensions/CirrusSearch 
refs/changes/87/398187/1

diff --git a/includes/Search/SearchContext.php 
b/includes/Search/SearchContext.php
index cbdc984..b656fa9 100644
--- a/includes/Search/SearchContext.php
+++ b/includes/Search/SearchContext.php
@@ -529,7 +529,7 @@
         * @param AbstractQuery $query Query that should be used for 
highlighting if different
         *  from the query used for selecting.
         */
-       public function setHighlightQuery( AbstractQuery $query ) {
+       public function setHighlightQuery( AbstractQuery $query = null ) {
                $this->isDirty = true;
                $this->highlightQuery = $query;
        }

-- 
To view, visit https://gerrit.wikimedia.org/r/398187
To unsubscribe, visit https://gerrit.wikimedia.org/r/settings

Gerrit-MessageType: newchange
Gerrit-Change-Id: Ia40a7c0c9e016ee2a9883b66da094ad3c1b7bd90
Gerrit-PatchSet: 1
Gerrit-Project: mediawiki/extensions/CirrusSearch
Gerrit-Branch: master
Gerrit-Owner: Smalyshev <smalys...@wikimedia.org>

_______________________________________________
MediaWiki-commits mailing list
MediaWiki-commits@lists.wikimedia.org
https://lists.wikimedia.org/mailman/listinfo/mediawiki-commits

Reply via email to