mirror of
https://github.com/Alfresco/alfresco-ng2-components.git
synced 2025-07-31 17:38:48 +00:00
[ADF-3870] Automation test for facet field filter with Contains (#4117)
* [ADF-3870] Automation test for facet field filter with Contains * Changing facet fields labels
This commit is contained in:
committed by
Eugenio Romano
parent
6e5f1b68ed
commit
ae0a9e2a04
@@ -60,11 +60,11 @@ export class SearchConfiguration {
|
||||
'facetFields': {
|
||||
'expanded': true,
|
||||
'fields': [
|
||||
{'field': 'content.mimetype', 'mincount': 1, 'label': '1:Type'},
|
||||
{'field': 'content.size', 'mincount': 1, 'label': '2:Size'},
|
||||
{'field': 'creator', 'mincount': 1, 'label': '3:Creator'},
|
||||
{'field': 'modifier', 'mincount': 1, 'label': '4:Modifier'},
|
||||
{'field': 'created', 'mincount': 1, 'label': '5:Created'}
|
||||
{'field': 'content.mimetype', 'mincount': 1, 'label': 'SEARCH.FACET_FIELDS.TYPE'},
|
||||
{'field': 'content.size', 'mincount': 1, 'label': 'SEARCH.FACET_FIELDS.SIZE'},
|
||||
{'field': 'creator', 'mincount': 1, 'label': 'SEARCH.FACET_FIELDS.CREATOR'},
|
||||
{'field': 'modifier', 'mincount': 1, 'label': 'SEARCH.FACET_FIELDS.MODIFIER'},
|
||||
{'field': 'created', 'mincount': 1, 'label': 'SEARCH.FACET_FIELDS.CREATED'}
|
||||
]
|
||||
},
|
||||
'facetQueries': {
|
||||
|
Reference in New Issue
Block a user