Making WordPress.org

Changes between Initial Version and Version 2 of Ticket #5562


Ignore:
Timestamp:
01/06/2021 01:27:45 AM (4 years ago)
Author:
iandunn
Comment:

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #5562 – Description

    initial v2  
    77* https://api.wordpress.org/events/1.0/?number=5&ip=127.0.0.0&locale=en_US&timezone=America/Chicago&location=chicago - returns `Chicago and Northwestern Railroad Station` in Kenosha, Wisconsin [https://www.geonames.org/5248432/chicago.html Geonames ID 5248432]
    88
    9 I've added some PHPUnit cases in r10553 (xref r10544 for info on the new test suite).
     9I've added some PHPUnit cases in r10553 (xref r10544 and r16810-dotorg for info on the new test suite).
    1010
    1111It looks like the problem may be related to how cities are now being imported into `geonames_summary.name` as `Chicago, IL` instead of the canonical `Chicago` in `geonames.name`. So, they fail the exact-match search, and the fuzzy search turns up the less-desirable result.