Changes between Initial Version and Version 2 of Ticket #5562
- Timestamp:
- 01/06/2021 01:27:45 AM (4 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Ticket #5562 – Description
initial v2 7 7 * 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] 8 8 9 I've added some PHPUnit cases in r10553 (xref r10544 for info on the new test suite).9 I've added some PHPUnit cases in r10553 (xref r10544 and r16810-dotorg for info on the new test suite). 10 10 11 11 It 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.