*

webcity

  • *****
  • 252 posts
Search results remove limit
« on: February 03, 2020, 04:56:49 AM »
Hi,

I would like to remove the 2500 maximum search results to unlimited or a higher number.

Can anyone tell me where the code for this limit is?

Many thanks

Marked as best answer by frosticek on April 11, 2020, 10:59:43 PM
*

MB Themes

Re: Search results remove limit
« Reply #1 on: February 03, 2020, 09:06:37 AM »
@webcity
I saw it once but cannot remember where.

Check file:
oc-includes/osclass/model/Search.php

Code:
   
Code: [Select]
$this->dao->limit(100*$this->results_per_page);
That 100 could be limit your are looking for
  To get fast support, we need following details: Detail description, URL to reproduce problem, Screenshots

*

webcity

  • *****
  • 252 posts
Re: Search results remove limit
« Reply #2 on: April 11, 2020, 02:26:24 PM »
Thanks, that works great!