Hello, where can i set / change the default number of database lines for the event overview search. At the moment the default is 50 but i want to set the default to “all”, so that the search request will use the entire database.
change it to:
$max_rows = isset( $_REQUEST[‘max_rows’] ) ? absint( $_REQUEST[‘max_rows’] ) : 100000;
the number 100000 is from line 269, and corresponds to the selection ‘all’
Viewing 1 reply thread
The support post ‘event overview number of database lines per search’ is closed to new replies.
Have a question about this support post? Create a new support post in our support forums and include a link to this existing support post so we can help you.
Support forum for Event Espresso 3 and Event Espresso 4.