// If inequality search are prohibited, need to check
if (allowRequest
&& !allowedOperations
.contains(AllowedOperations.INEQUALITY_SEARCH))
{
RawFilter flt =
((PreParseSearchOperation) operation).getRawFilter();
allowRequest = !containsInequalitySearch(flt);
}
break;
case UNBIND: