Github user ustcweizhou commented on the issue: https://github.com/apache/cloudstack/pull/1910 @Ashadeepa your comments in previous comment is not what I expect. In my opinion, if username and keyword are both set, we should search by both condition, but only one. You might missed the line in your testing. ``` sb.and("keyword", sb.entity().getUsername(), SearchCriteria.Op.LIKE); ``` it works fine in my testing.
--- If your project is set up for it, you can reply to this email and have your reply appear on GitHub as well. If your project does not have this feature enabled and wishes so, or if the feature is enabled but not working, please contact infrastructure at infrastruct...@apache.org or file a JIRA ticket with INFRA. ---