Making WordPress.org


Ignore:
Timestamp:
06/06/2017 05:39:24 PM (7 years ago)
Author:
iandunn
Message:

Events: Query new geoname_summary table to improve performance

See #2823
Props dd32

File:
1 edited

Legend:

Unmodified
Added
Removed
  • sites/trunk/api.wordpress.org/public_html/events/1.0/tests/test-index.php

    r5501 r5543  
    154154        ),
    155155
    156         /*
    157          * This is matching a city inside the country before it the country searches run, but that's ok since it's
    158          * good enough for our use cases
    159          */
    160156        'country-exonym-2-words' => array(
    161157            'input' => array(
     
    165161            ),
    166162            'expected' => array(
    167                 'description' => 'pale',
    168                 'latitude'    => '43.817',
    169                 'longitude'   => '18.569',
    170                 'country'     => 'BA'
     163                'country'     => 'BA',
     164                'description' => 'bosnia and herzegovina',
    171165            ),
    172166        ),
     
    288282            ),
    289283            'expected' => array(
    290                 'description' => 'são paulo',
     284                'description' => 'sao paulo',
    291285                'latitude'    => '-23.548',
    292286                'longitude'   => '-46.636',
     
    303297            ),
    304298            'expected' => array(
    305                 'description' => 'osaka',
     299                'description' => 'osakashi',
    306300                'latitude'    => '34.694',
    307301                'longitude'   => '135.502',
     
    319313            ),
    320314            'expected' => array(
    321                 'description' => 'osaka',
     315                'description' => 'osakashi',
    322316                'latitude'    => '34.694',
    323317                'longitude'   => '135.502',
     
    366360            ),
    367361            'expected' => array(
    368                 'description' => "doña ana",
     362                'description' => "dona ana",
    369363                'latitude'    => '32.390',
    370364                'longitude'   => '-106.814',
     
    394388            ),
    395389            'expected' => array(
    396                 'description' => "st. louis",
     390                'description' => "st louis",
    397391                'latitude'    => '38.627',
    398392                'longitude'   => '-90.198',
     
    429423            ),
    430424            'expected' => array(
    431                 'description' => 'addis ababa',
     425                'description' => 'አዲስ አበባ',
    432426                'latitude'    => '9.025',
    433427                'longitude'   => '38.747',
     
    443437            ),
    444438            'expected' => array(
    445                 'description' => 'shirahamachō-usazakiminami',
     439                'description' => '白浜町宇佐崎南',
    446440                'latitude'    => '34.783',
    447441                'longitude'   => '134.717',
     
    457451            ),
    458452            'expected' => array(
    459                 'description' => 'tehran',
     453                'description' => 'تهران',
    460454                'latitude'    => '35.694',
    461455                'longitude'   => '51.422',
     
    471465            ),
    472466            'expected' => array(
    473                 'description' => 'karachi',
     467                'description' => 'كراچى',
    474468                'latitude'    => '24.906',
    475469                'longitude'   => '67.082',
     
    485479            ),
    486480            'expected' => array(
    487                 'description' => 'kyoto',
     481                'description' => '京都',
    488482                'latitude'    => '35.021',
    489483                'longitude'   => '135.754',
     
    499493            ),
    500494            'expected' => array(
    501                 'description' => 'tokyo',
     495                'description' => '東京',
    502496                'latitude'    => '35.690',
    503497                'longitude'   => '139.692',
     
    514508            ),
    515509            'expected' => array(
    516                 'description' => 'osaka',
     510                'description' => '大阪市',
    517511                'latitude'    => '34.694',
    518512                'longitude'   => '135.502',
     
    528522            ),
    529523            'expected' => array(
    530                 'description' => 'vienna',
     524                'description' => 'wien',
    531525                'latitude'    => '48.208',
    532526                'longitude'   => '16.372',
     
    542536            ),
    543537            'expected' => array(
    544                 'description' => 'moscow',
     538                'description' => 'Москва',
    545539                'latitude'    => '55.752',
    546540                'longitude'   => '37.616',
     
    556550            ),
    557551            'expected' => array(
    558                 'description' => 'mexico city',
     552                'description' => 'ciudad de méxico',
    559553                'latitude'    => '19.428',
    560554                'longitude'   => '-99.128',
Note: See TracChangeset for help on using the changeset viewer.