mirror of
https://github.com/Alfresco/alfresco-ng2-components.git
synced 2025-07-31 17:38:48 +00:00
make search config optional (#4303)
This commit is contained in:
committed by
Eugenio Romano
parent
9e5a5ae0a3
commit
f8549d43aa
@@ -61,7 +61,9 @@ export class SearchQueryBuilderService {
|
|||||||
this._userQuery = value ? `(${value})` : '';
|
this._userQuery = value ? `(${value})` : '';
|
||||||
}
|
}
|
||||||
|
|
||||||
config: SearchConfiguration;
|
config: SearchConfiguration = {
|
||||||
|
categories: []
|
||||||
|
};
|
||||||
|
|
||||||
// TODO: to be supported in future iterations
|
// TODO: to be supported in future iterations
|
||||||
ranges: { [id: string]: SearchRange } = {};
|
ranges: { [id: string]: SearchRange } = {};
|
||||||
|
Reference in New Issue
Block a user