Steps to replicate the issue (include links if applicable):
When I run a query to load articles with 20km of particular coordinates on wikivoyage, sometimes I do not get any "extract" information for some of those locations. An example is New York - many of the Manhattan articles do not show extract info, despite there being quite a good amount of useful text at the start of an article. This is my test request:
And the Manhattan/Soho block looks like:
"21190": {
"pageid": 21190,
"ns": 0,
"title": "Manhattan/SoHo",
"index": 29,
"coordinates": [
{
"lat": 40.723056,
"lon": -74.000833,
"primary": "",
"globe": "earth"
}
],
"thumbnail": {
"source": "https://upload.wikimedia.org/wikipedia/commons/thumb/7/78/NYC_The_Wall_-_Gateway_to_Soho.JPG/500px-NYC_The_Wall_-_Gateway_to_Soho.JPG",
"width": 400,
"height": 300
},
"pageprops": {
"geocrumb-is-in": "21171",
"kartographer_frames": "1",
"kartographer_links": "61",
"page_image_free": "NYC_The_Wall_-_Gateway_to_Soho.JPG",
"wikibase-badge-Q17559452": "",
"wikibase_item": "Q461572"
}
}If I do a similar search for Rome:
The Rome/South block looks like:
"30022": {
"pageid": 30022,
"ns": 0,
"title": "Rome/South",
"index": 11,
"coordinates": [
{
"lat": 41.8606,
"lon": 12.5139,
"primary": "",
"globe": "earth"
}
],
"thumbnail": {
"source": "https://upload.wikimedia.org/wikipedia/commons/thumb/c/c1/Square_colosseum.jpg/500px-Square_colosseum.jpg",
"width": 400,
"height": 454
},
"extract": "The South of Rome includes the historic Appian Way and nearby catacombs, as well as important tourist attractions in EUR, and San Paolo.",
"pageprops": {
"geocrumb-is-in": "29990",
"kartographer_frames": "1",
"kartographer_links": "36",
"page_image_free": "Square_colosseum.jpg",
"wikibase-badge-Q17559452": "",
"wikibase_item": "Q14231300"
}
}It has the extract block, which I feel the SoHo article should have too. I've had a look at the source text behind each page and cannot see any discernable difference in the structure that would cause the extract to be ommitted from the former.
What happens?:
No extract text returned for SoHo (or TriBeCa and many other in the Manhattan area)
What should have happened instead?:
Extract info should be returned