Originally created by: TheHADILP
When an advanced search is performed, the ticket counter in the bottom right corner is wrong
Note: This ONLY happens in the Advanced Search list, other lists e.g. Open, Closed display the right count numbers.
Tested on multiple fresh installations of 1.11: bug appears
Tested on develop branch: works correctly

Expected behavior:
Right counter in the bottom right corner.
Actual behavior:
Wrong counter in the bottom right corner. (Always: 1 - 25 of 500)
Server-OS: Ubuntu 18.04.1
Browser: Chromium Version 71.0.3578.98
Originally posted by: theking81
Yes I tested this and I have the same output as above.
So this is a bug.
Server Information
osTicket Version | v1.11 (7b1eee8) — Up to date
Web Server Software | Apache
MySQL Version | 5.7.25
PHP Version | 7.2.15
Originally posted by: TheHADILP
Found a hard-coded 500 in include/class.search.php.
Pull request will follow.
Originally posted by: theking81
Yes this issue now its fixed thanks @TheHADILP