Page MenuHomePhabricator

"action=query&prop=linkshere" returns incorrect (overzealous) data
Closed, InvalidPublicBUG REPORT

Description

I make this query:

"https://en.wikipedia.org/w/api.php?action=query&prop=linkshere&format=json&maxlag=2&lhlimit=max&titles=BoA"

The returned data includes the many correct entries, but also the incorrect:

"{\"pageid\":5216235,\"ns\":0,\"title\":\"Kim Gun-mo\"}"

The page "Kim Gun-mo" does not link to "BoA'.

This is one example of many such overzealous entries I have found.

If this is not a bug, what causes these incorrect entries to be returned? Can I prevent them from appearing?

Event Timeline

It is listed on https://en.wikipedia.org/wiki/Special:WhatLinksHere/BoA?limit=5000

Both using the same database tables. Just purge or nulledit the title to get it reparsed and the database updated.

Maybe there is a link in the templates or using #ifeixsts (T14019)