DaanHoogland commented on PR #7766: URL: https://github.com/apache/cloudstack/pull/7766#issuecomment-1649398748
> Had a small doubt: In case the result of a list API **with the search keyword passed** returns a list > 500 items, would we still have an issue viewing it in the UI? yes @Pearl1594 , especially in my tests (i thought I had already commented on this) I create a-z and than subdomains xa-xz and next a 1st, 2nd and 3rd subdomain in all those. Now there are 676 domain named 1st and if you search those you get only the first "few". This is only an issue if the complete name is the same for more than 500 domains. In this case we need further improvement but I think these is a very extreme corner case and we can do with this solution right now. Good to keep in mind though. One solution is to let the API search on full path, i.e. 'z/1st' returns all '.*z/1st' child domains of any domain ending in 'z'. I am not certain how complicated that would be, it would be a change on the APIthat is an improvement on UI automagically. -- 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]
