Change Number of Results

C

Clemens

Guest
Hi all!

How can I change the number of results on every page.

At the moment I can only see 10 lines with results and the headlines above.

Thanx
Clemens

DaDaBIK 2.2.1
 
J

JMessick

Guest
in your config.php file. looks like this:

// select number of results per page
$records_per_page = 10;

// select maximum number of records to be displayed as duplicated
$number_duplicated_records = 30;

// select similarity percentage for duplicated insert check
$percentage_similarity = 80;

Around line 80-ish
 
Top