diff --git a/main/webapp/modules/core/scripts/views/data-table/cell-ui.js b/main/webapp/modules/core/scripts/views/data-table/cell-ui.js index 2e5c22734..0967b5bb0 100644 --- a/main/webapp/modules/core/scripts/views/data-table/cell-ui.js +++ b/main/webapp/modules/core/scripts/views/data-table/cell-ui.js @@ -378,7 +378,7 @@ DataTableCellUI.prototype._searchForMatch = function(suggestOptions) { var suggestOptions2 = $.extend({ align: "left" }, suggestOptions || { all_types: true, // FIXME: all_types isn't documented for Suggest. Is it still implemented? - filter: "(not type:/common/document type:/type/content)" }); // blacklist documents & images + filter: "(not type:/common/document)" }); // blacklist documents if (suggestOptions2.service_url) { // Old style suggest API suggestOptions2.key = null;