Steps to Reproduce:
- connect to enwiki replica mysql -h enwiki.analytics.db.svc.eqiad.wmflabs enwiki_p
- Run query select * from page where page_id = 65773124;
- Open corresponding page https://en.wikipedia.org/wiki/Shikaripara,_Dumka and see that it only contains two geohack links (coordinates)
- select * from externallinks where el_from=65773124 and el_to like '%geohack%';
Actual Results:
The query in 4. returns 45 rows of geohack links
Expected Results:
The query should return 2 rows for the two geohack links on the page.