magnusmanske / petscan_rs

The repo for the PetScan tool
https://petscan.wmflabs.org/
GNU General Public License v3.0
43 stars 10 forks source link

Bring back an option to filter by templates #122

Closed whpac closed 1 year ago

whpac commented 1 year 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.

This addresses #121