...
Finally, you can delete a saved search by clicking on the "Delete" button in the admin UI.
By default the widget is activated. If you want to disable it, edit DATAFARI_SRC/datafari-core/src/main/webapp/searchView.jsp and delete these lines :
Code Block |
---|
<%
if (request.getUserPrincipal() != null) {
if (request.getUserPrincipal().getName() != null) {
%>
<div id="save_search"></div>
<%
}
}
%>
|