Compare commits

...

1 Commits

View File

@ -1332,7 +1332,7 @@ public class Section {
if (values != null) {
for (String value : values) {
if (StringUtils.isNotBlank(value)) {
if (StringUtils.isNotBlank(value) || (((!start.isEmpty() && includeStart) || (!stop.isEmpty() && includeStop)) && StringUtils.isNotEmpty(value))) {
String searchString = value;