mirror of
https://github.com/Alfresco/alfresco-ng2-components.git
synced 2025-07-31 17:38:48 +00:00
[ACS-4794] ES query migration changes (#8773)
* [ACS-4794] ES query migration changes * [ACS-4974] Remove * from path as it causes exception * [ACS-4974] Apply PATH workarounds for PNAME and ANAME * [ACS-4974] Add custom query to autocomplete options filter * [ACS-4974] Correct username
This commit is contained in:
@@ -98,7 +98,7 @@ export class CustomResourcesService {
|
||||
getRecentFiles(personId: string, pagination: PaginationModel, filters?: string[]): Observable<ResultSetPaging> {
|
||||
const defaultFilter = [
|
||||
'TYPE:"content"',
|
||||
'-PNAME:"0/wiki"',
|
||||
'-PATH:"//cm:wiki/*"',
|
||||
'-TYPE:"app:filelink"',
|
||||
'-TYPE:"cm:thumbnail"',
|
||||
'-TYPE:"cm:failedThumbnail"',
|
||||
|
Reference in New Issue
Block a user