mirror of
https://github.com/Alfresco/alfresco-ng2-components.git
synced 2025-07-31 17:38:48 +00:00
@@ -54,7 +54,8 @@ export class AlfrescoService {
|
|||||||
let nodeId = '-root-';
|
let nodeId = '-root-';
|
||||||
let opts = {
|
let opts = {
|
||||||
include: ['path'],
|
include: ['path'],
|
||||||
rootNodeId: nodeId
|
rootNodeId: nodeId,
|
||||||
|
nodeType: 'cm:content'
|
||||||
};
|
};
|
||||||
return apiInstance.liveSearchNodes(term, opts);
|
return apiInstance.liveSearchNodes(term, opts);
|
||||||
}
|
}
|
||||||
|
Reference in New Issue
Block a user