properties)));
} else if (s.startsWith("URL(")) {
String content = s.substring("URL(".length(), s.length() - 1);
list
.add(new URLSearch(new ConfigString(content, variables, properties)));
} else {
logger.warning("unexpected search component type " + s);
}
}