Topic: Search Results Pages?

When I search customers on my list, very often I have similar names and it could be over 100 names in some situations.

This search page shows 10 names and doesn't give any way to go to a next page.  Can I enable this feature somehow?

Re: Search Results Pages?

In vanilla FA, I believe you can configure the number of items by changing  core/config.default.php:

    $max_rows_in_search = 10;

For next page, you would have to change the code, such as is done in https://github.com/braathwaate/frontac24/commit/5bf114b9fe1974331709e18e7d13c337ba939716.