Page MenuHomePhabricator

Keyword searching is broken for AFC
Closed, ResolvedPublicBUG REPORT

Description

Steps to replicate the issue (include links if applicable):

  • Insert into LocalSettings.php
$wgPageTriageDraftNamespaceId = 118;
$wgExtraNamespaces[ $wgPageTriageDraftNamespaceId ] = 'Draft';
$wgExtraNamespaces[ $wgPageTriageDraftNamespaceId + 1 ] = 'Draft_talk';
  • Visit Special:NewPagesFeed
  • Click "Articles for Creation" button in top left
  • Click "Set filters"
  • Type in a keyword in the keyword search text box
  • Click "Set filters"

What happens?:

  • The bug in T380822. But this is actually a different bug. No matter what you type in that keyword search text box, Special:NewPagesFeed thinks it's empty.

What should have happened instead?:

  • Normal searching behavior

Software version (on Special:Version page; skip for WMF-hosted wikis like Wikipedia):

Other information (browser name/version, screenshots, etc.):

  • These look suspicious. I would expect these two blocks of code to be identical, but they are not:

image.png (393×1 px, 55 KB)

image.png (978×1 px, 124 KB)

Event Timeline

Restricted Application added a subscriber: Aklapper. · View Herald Transcript

Change #1098493 had a related patch set uploaded (by Wargo; author: Wargo):

[mediawiki/extensions/PageTriage@master] Fix keyword search in AfC

https://gerrit.wikimedia.org/r/1098493

Change #1098493 merged by jenkins-bot:

[mediawiki/extensions/PageTriage@master] Fix keyword search in AfC

https://gerrit.wikimedia.org/r/1098493