Page 1 of 1

Lead search limit issue

PostPosted: Tue Jul 14, 2015 3:24 pm
by muyousif
Hi experts, just wondering how I can increase lead search limit from 1000 records to maximum like 50000. At this time when I click List -> Search for a lead -> Lead Search Options: and put my list id in list id text box, I get maximum 1000 records. I have 20000 leads in my list. Is it possible to increase?

ViciBox Redux v.6.0.3-141118
VERSION: 2.12-493a
BUILD: 150703-2105

Re: Lead search limit issue

PostPosted: Thu Jul 16, 2015 7:24 am
by boiken
You can do this by modifying /vicidial/admin_search_lead.php file.
Here you have to modify the MySQL Query to make it show,how much results do you want.

Re: Lead search limit issue

PostPosted: Fri Jul 24, 2015 12:53 am
by williamconley
To be clear: You are not changing the number of leads it's allowed to "look through", but the number of leads it will send back to the agent as matches.

Increasing this number to more than 1k is not likely going to be of any help, unless you actually want to have the agent look at ALL the leads in the list. In which case, the search function traffic could overload your server when you have multiple agents running.

You may want to look at an API and a web page instead when you "overload". :)