diff --git a/app/src/app.config.json b/app/src/app.config.json index cc1632542..b12bb906d 100644 --- a/app/src/app.config.json +++ b/app/src/app.config.json @@ -126,6 +126,7 @@ }, "search-headers": { "filterWithContains": true, + "include": ["path", "allowableOperations", "properties"], "app:fields": [ "cm:name", "cm:title", diff --git a/e2e/playwright/search/exclude.tests.json b/e2e/playwright/search/exclude.tests.json index 6b20c23ce..919aeb8a0 100644 --- a/e2e/playwright/search/exclude.tests.json +++ b/e2e/playwright/search/exclude.tests.json @@ -3,5 +3,7 @@ "XAT-5600": "https://hyland.atlassian.net/browse/ACS-6928", "XAT-17697": "https://hyland.atlassian.net/browse/ACS-7464", "XAT-5580": "https://hyland.atlassian.net/browse/ACS-7682", - "XAT-5571": "https://hyland.atlassian.net/browse/ACS-9192" + "XAT-5571": "https://hyland.atlassian.net/browse/ACS-9192", + "XAT-17700": "https://hyland.atlassian.net/browse/ACS-9482", + "XAT-17702": "https://hyland.atlassian.net/browse/ACS-9482" }