Problem:
Photon doesn't find train stations when searching by their common abbreviations, even when those abbreviations exist in OSM's short_name field.
Example:
- OSM node: Berlin Hbf
- OSM
name field: "Berlin Hauptbahnhof"
- OSM
short_name field: "Berlin Hbf"
- Photon search:
q=Berlin Hbf
Returns unrelated results
Expected behavior:
Searching for "Berlin Hbf" should return the station, since this abbreviation is stored in the short_name field.
Question:
Does Photon index the short_name field? If not, could this be added to improve discoverability of stations commonly referred to by abbreviations (Hbf, Gare, etc.)?
Problem:
Photon doesn't find train stations when searching by their common abbreviations, even when those abbreviations exist in OSM's
short_namefield.Example:
namefield: "Berlin Hauptbahnhof"short_namefield: "Berlin Hbf"q=Berlin HbfReturns unrelated results
Expected behavior:
Searching for "Berlin Hbf" should return the station, since this abbreviation is stored in the
short_namefield.Question:
Does Photon index the
short_namefield? If not, could this be added to improve discoverability of stations commonly referred to by abbreviations (Hbf, Gare, etc.)?