mirror of
https://github.com/Alfresco/alfresco-ng2-components.git
synced 2025-07-24 17:32:15 +00:00
[AAE-3199] - Add support for searchable content model properties (new search filters panel in the attach file widget) (#6134)
* Create new panel component and search refactoring * Replace * First refactoring - Fix global search and service injection issues * More refactoring * Fix service injection - create one new instance for content-node-selector component * Avoid having more services extending BaseQueryBuilderService * more refactoring, remove injecting the SearchQueryBuilderService from the content node selector service * Fix build errors to launch unit tests * Fix existing unit tests * Fix wrong import and constructor injection comments * Fix wrong import * Fix comments * Fix api compatibility * Revert demo shell causing e2e fail Co-authored-by: adomi <ardit.domi@alfresco.com>
This commit is contained in:
@@ -29,8 +29,7 @@ export class SearchService {
|
||||
dataLoaded: Subject<ResultSetPaging> = new Subject();
|
||||
|
||||
constructor(private apiService: AlfrescoApiService,
|
||||
private searchConfigurationService: SearchConfigurationService) {
|
||||
}
|
||||
private searchConfigurationService: SearchConfigurationService) {}
|
||||
|
||||
/**
|
||||
* Gets a list of nodes that match the given search criteria.
|
||||
|
Reference in New Issue
Block a user