Closed whpac closed 2 years ago
Recently, there was a split of data in the templatelinks table which lead to failing queries that involve filtering by transclusions. I've updated the code to join templatelinks and linktarget in order to identify transclusions correctly.
templatelinks
linktarget
This addresses #121
Recently, there was a split of data in the
templatelinks
table which lead to failing queries that involve filtering by transclusions. I've updated the code to jointemplatelinks
andlinktarget
in order to identify transclusions correctly.This addresses #121