|
|
@ -449,12 +449,11 @@ public class BoundaryCallbackMessages extends PagedList.BoundaryCallback<TupleMe
|
|
|
|
" folder=" + folder +
|
|
|
|
" folder=" + folder +
|
|
|
|
" search=" + criteria);
|
|
|
|
" search=" + criteria);
|
|
|
|
|
|
|
|
|
|
|
|
if (protocol.supportsUtf8())
|
|
|
|
try {
|
|
|
|
try {
|
|
|
|
return search(true, browsable.keywords, protocol, state);
|
|
|
|
return search(true, browsable.keywords, protocol, state);
|
|
|
|
} catch (Throwable ex) {
|
|
|
|
} catch (Throwable ex) {
|
|
|
|
EntityLog.log(context, ex.toString());
|
|
|
|
EntityLog.log(context, ex.toString());
|
|
|
|
}
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
return search(false, browsable.keywords, protocol, state);
|
|
|
|
return search(false, browsable.keywords, protocol, state);
|
|
|
|
}
|
|
|
|
}
|
|
|
|