From 238521e9be4ebdaadb51f095f4fc632a744d3947 Mon Sep 17 00:00:00 2001 From: Vito Date: Fri, 26 Jun 2020 13:59:08 +0100 Subject: [PATCH] Fixed search configuration to look for facet widgets (#5819) --- demo-shell/src/app.config.json | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/demo-shell/src/app.config.json b/demo-shell/src/app.config.json index 149260b4bd..ca29655209 100644 --- a/demo-shell/src/app.config.json +++ b/demo-shell/src/app.config.json @@ -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": {