diff --git a/app/src/app.config.json.tpl b/app/src/app.config.json.tpl index 97adb099a..9bc7f5d1a 100644 --- a/app/src/app.config.json.tpl +++ b/app/src/app.config.json.tpl @@ -946,6 +946,19 @@ "TAG" ], "categories": [ + { + "id": "logic", + "name": "SEARCH.CATEGORIES.LOGIC", + "enabled": true, + "component": { + "selector": "logical-filter", + "settings": { + "allowUpdateOnChange": false, + "hideDefaultAction": true, + "field": "cm:name,cm:title,cm:description,TEXT,TAG" + } + } + }, { "id": "queryName", "name": "SEARCH.SEARCH_HEADER.FILTERS.NAME.TITLE", diff --git a/app/src/assets/plugins/app.search.json b/app/src/assets/plugins/app.search.json index b7d56f456..4c1376570 100644 --- a/app/src/assets/plugins/app.search.json +++ b/app/src/assets/plugins/app.search.json @@ -135,6 +135,19 @@ } }, "categories": [ + { + "id": "logic", + "name": "SEARCH.CATEGORIES.LOGIC", + "enabled": true, + "component": { + "selector": "logical-filter", + "settings": { + "allowUpdateOnChange": false, + "hideDefaultAction": true, + "field": "cm:name,cm:title,cm:description,TEXT,TAG" + } + } + }, { "id": "createdDateRange", "name": "SEARCH.CATEGORIES.CREATED_DATE", diff --git a/projects/aca-content/assets/app.extensions.json b/projects/aca-content/assets/app.extensions.json index a39d32975..16631b0bf 100644 --- a/projects/aca-content/assets/app.extensions.json +++ b/projects/aca-content/assets/app.extensions.json @@ -1485,6 +1485,19 @@ } }, "categories": [ + { + "id": "logic", + "name": "SEARCH.CATEGORIES.LOGIC", + "enabled": true, + "component": { + "selector": "logical-filter", + "settings": { + "allowUpdateOnChange": false, + "hideDefaultAction": true, + "field": "cm:name,cm:title,cm:description,TEXT,TAG" + } + } + }, { "id": "size", "name": "SEARCH.CATEGORIES.SIZE", @@ -1641,6 +1654,19 @@ ] }, "categories": [ + { + "id": "logic", + "name": "SEARCH.CATEGORIES.LOGIC", + "enabled": true, + "component": { + "selector": "logical-filter", + "settings": { + "allowUpdateOnChange": false, + "hideDefaultAction": true, + "field": "cm:name,cm:title,cm:description,TEXT,TAG" + } + } + }, { "id": "createdDateRange", "name": "SEARCH.CATEGORIES.CREATED_DATE", @@ -1795,6 +1821,19 @@ } }, "categories": [ + { + "id": "logic", + "name": "SEARCH.CATEGORIES.LOGIC", + "enabled": true, + "component": { + "selector": "logical-filter", + "settings": { + "allowUpdateOnChange": false, + "hideDefaultAction": true, + "field": "cm:name,cm:title,cm:description,TEXT,TAG" + } + } + }, { "id": "createdDateRange", "name": "SEARCH.CATEGORIES.CREATED_DATE", diff --git a/projects/aca-content/assets/i18n/en.json b/projects/aca-content/assets/i18n/en.json index 52e89999f..12ecd8ac1 100644 --- a/projects/aca-content/assets/i18n/en.json +++ b/projects/aca-content/assets/i18n/en.json @@ -568,7 +568,8 @@ }, "CREATED_DATE": "Created date", "EFFECTIVITY_FROM": "Effectivity from", - "EFFECTIVITY_TO": "Effectivity to" + "EFFECTIVITY_TO": "Effectivity to", + "LOGIC": "Logic" }, "FACET_QUERIES": { "TODAY": "Today",