Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

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>
<%
} 
}
%>