mirror of
https://github.com/Alfresco/alfresco-ng2-components.git
synced 2025-05-12 17:04:57 +00:00
Fixed search configuration to look for facet widgets (#5819)
This commit is contained in:
parent
3106786a9a
commit
238521e9be
@ -104,6 +104,7 @@
|
||||
}
|
||||
],
|
||||
"search": {
|
||||
"filterWithContains": true,
|
||||
"app:fields": [
|
||||
"cm:name",
|
||||
"cm:title",
|
||||
@ -435,6 +436,7 @@
|
||||
}
|
||||
},
|
||||
"search-headers": {
|
||||
"filterWithContains": true,
|
||||
"app:fields": [
|
||||
"cm:name",
|
||||
"cm:title",
|
||||
@ -452,7 +454,6 @@
|
||||
"name": "Name",
|
||||
"columnKey": "name",
|
||||
"enabled": true,
|
||||
"expanded": true,
|
||||
"component": {
|
||||
"selector": "text",
|
||||
"settings": {
|
||||
|
Loading…
x
Reference in New Issue
Block a user