harikrishna-patnala commented on code in PR #12472:
URL: https://github.com/apache/cloudstack/pull/12472#discussion_r2716379392


##########
server/src/main/java/com/cloud/api/query/QueryManagerImpl.java:
##########
@@ -5406,6 +5413,9 @@ protected Pair<List<ManagementServerJoinVO>, Integer> 
listManagementServersInter
         if (name != null) {
             sc.addAnd("name", SearchCriteria.Op.EQ, name);
         }
+        if (version != null) {
+            sc.addAnd("version", SearchCriteria.Op.EQ, version);

Review Comment:
   shall we use "LIKE" for better usage like simply searching for 4.20.3 
without "-snapshot". 



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

Reply via email to