CodeforAustralia / school-finder

:eyes: Find schools by location
https://education.nsw.gov.au/school-finder
GNU General Public License v3.0
17 stars 7 forks source link

Preschool showing wrongly in School Summary #162

Open reekypete opened 8 years ago

reekypete commented 8 years ago

Example found is Irrawang Public - shows No, but true in Carto (field=preschool_ind)

techieshark commented 8 years ago

I think maybe at some point we switched from using preschool to using preschool_ind as the field name, but the template in the html is still using preschool (see https://github.com/CodeforAustralia/school-finder/blob/cd78fd434f54b82deae3eab80c7b7268939c8bee/index.html#L334) near {{yesNo preschool}}). The doc from https://github.com/CodeforAustralia/school-finder/issues/43 was helpful in looking into this (that is, it confirmed that the field name hasn't changed since I wrote that doc).