Fixed the Policy API issues and Bugfixes
[policy/engine.git] / ECOMP-PAP-REST / src / main / java / org / openecomp / policy / pap / xacml / rest / elk / client / ElkConnectorImpl.java
index 75bd725..4dd48ad 100644 (file)
@@ -194,7 +194,7 @@ public class ElkConnectorImpl implements ElkConnector{
                        LOGGER.trace("ENTER: " + text);
                }
 
-               if (filter_s == null || filter_s.size() <= 0) {
+               if (filter_s == null || filter_s.size() == 0) {
                        return search(type, text);
                }