Daniel Kinzler has uploaded a new change for review. ( 
https://gerrit.wikimedia.org/r/366866 )

Change subject: Add P279 to $wgPropertySuggesterClassifyingPropertyIds
......................................................................

Add P279 to $wgPropertySuggesterClassifyingPropertyIds

The data produced by the PropertySuggester analyzer script treats
P279 as a classifying property. This change makes the configuration
of the PropertySuggester extension consistent with the data.

This should be configured a bug fix, since it ensures that the data
is interpreted consistently.

DEPLOY: confirm that property suggestion works properly on items with
P279 (subclass-of) set.

Bug: T169060
Change-Id: I30630c75893149c7c784e80733429975aeeafe87
---
M wmf-config/Wikibase-production.php
1 file changed, 1 insertion(+), 1 deletion(-)


  git pull ssh://gerrit.wikimedia.org:29418/operations/mediawiki-config 
refs/changes/66/366866/1

diff --git a/wmf-config/Wikibase-production.php 
b/wmf-config/Wikibase-production.php
index 14c803c..44315c8 100644
--- a/wmf-config/Wikibase-production.php
+++ b/wmf-config/Wikibase-production.php
@@ -35,7 +35,7 @@
                        ],
                ];
        } else {
-               $wgPropertySuggesterClassifyingPropertyIds = [ 31 ]; // T169058
+               $wgPropertySuggesterClassifyingPropertyIds = [ 31, 279 ]; // 
T169060
 
                $wgWBRepoSettings['sparqlEndpoint'] = 
'https://query.wikidata.org/sparql';
 

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

Gerrit-MessageType: newchange
Gerrit-Change-Id: I30630c75893149c7c784e80733429975aeeafe87
Gerrit-PatchSet: 1
Gerrit-Project: operations/mediawiki-config
Gerrit-Branch: master
Gerrit-Owner: Daniel Kinzler <daniel.kinz...@wikimedia.de>

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

Reply via email to