From 9204c7c200a5a2e2f0d3aa63eb668bbfabed9765 Mon Sep 17 00:00:00 2001 From: chuanlin2018 Date: Thu, 15 Oct 2020 13:56:43 -0400 Subject: [PATCH] Remove topic and keyword from filterable list --- model/nerdm-fields-help.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/model/nerdm-fields-help.json b/model/nerdm-fields-help.json index 9f6fedc..4f74198 100644 --- a/model/nerdm-fields-help.json +++ b/model/nerdm-fields-help.json @@ -126,7 +126,7 @@ "type": "array", "item_type": "string", "label": "Subject keywords", - "tags": [ "searchable", "filterable" ], + "tags": [ "searchable" ], "tips": { "search": "keywords that describe what this resource is about" } @@ -144,7 +144,7 @@ "name": "topic.tag", "type": "str", "label": "Research Topic", - "tags": [ "searchable", "filterable" ], + "tags": [ "searchable" ], "tips": { "search": "vocabulary terms that describe whatthis resource is about" }