Github user syed commented on a diff in the pull request:

    https://github.com/apache/cloudstack/pull/1910#discussion_r98365603
  
    --- Diff: server/src/com/cloud/network/vpn/RemoteAccessVpnManagerImpl.java 
---
    @@ -613,6 +614,10 @@ public void 
doInTransactionWithoutResult(TransactionStatus status) {
                 sc.setParameters("username", username);
             }
     
    +        if (keyword!= null) {
    +            sc.setParameters("username",  "%" + keyword + "%");
    +        }
    +
             Pair<List<VpnUserVO>, Integer> result = 
_vpnUsersDao.searchAndCount(sc, searchFilter);
    --- End diff --
    
    What if both username and keyword are set? Shouldn't we prefer the 
username? Also what is `keyword` anyways?


---
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.
---

Reply via email to