Table of Contents

Quick Search Region Groups method

This method is deprecated. We will not include this method in the next API version.

Returns a list of region groups by sending query string.

Query string is a string that user enters in quick search field.

Valid content types

Description

public array quickSearchRegionGroups( string $searchString, array $filter )

Parameters

Return Values

Gets a list of region groups that matches query string.

Array
(
    [920000] => Array
        (
            [rgcs] => 920000
            [rggn] => Slovenija
        )

)

Return parameters

Examples

$key = 'slovenija';
$filter = array(
  'lang' => 'si',
  'toc' => array('PALM','PHPL'),
  'typ'  => array('hotel', 'pauschal')
);
 
$results = $soapClient->orsxml_quick_search_api_call( 'quickSearchRegionGroups', $key, $filter );