kiranchavala opened a new issue, #7753:
URL: https://github.com/apache/cloudstack/issues/7753
**ISSUE TYPE**
* BUG
**COMPONENT NAME**
UI
**CLOUDSTACK VERSION**
Cloudstack 4.18
**SUMMARY**
Domains doesn't list in the UI Search filter if the count is greater than 500
**Steps to reproduce the issue**
1. Create about 510 domains
2. Go To compute >instance > Search filter
3. Try to search domains greater than
Screenshot attached

There is no issue with the listdomains api call, it works properly when
pagesize is passed
https://cloudstack.apache.org/api/apidocs-4.18/apis/listDomains.html
The maximum pagesize is 500
(cmk) > list domains filter=name,state,path, pagesize=501 page=1
🙈 Error: (HTTP 431, error code 4350) Page size can't exceed max allowed page
size value: 500
(cmk) > list domains filter=name,state,path, pagesize=500 page=2
{
"count": 521,
"domain": [
**Actual behavior**
Cloudstack ui doesn't display the domains > 500 in the search filter
**Expected behavior**
Cloudstack ui should display the domains > 500 in the search filter
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
To unsubscribe, e-mail: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]