You are here:  » limit results in external search

Support Forum



limit results in external search

Submitted by wilkins on Wed, 2016-02-17 13:25 in

Hi David

Is there any way to limit the number of results when using externalsearch without changing number in config file.

Regards

Brent

Submitted by support on Wed, 2016-02-17 13:37

Hello Brent,

Sure - you can override $config_resultsPerPage immediately after config.php has been loaded in searchExternal.php. Look for the following code at line 44:

    require_once($external_path."config.php");

...and REPLACE with:

    require_once($external_path."config.php");
    $config_resultsPerPage = 5;

...or as required.

Cheers,
David.
--
PriceTapestry.com