String attribute = request.getParameter("newAttribute");
boolean added = isAdded(searchCommand, attribute, match, value);
if (!added)
searchCommand.getCriterias().add(
new SearchCriteriaCommand(attribute, match, value, operator));
}
request.getSession().setAttribute(Constants.SEARCH_COMMAND, searchCommand);
}