From 3fd51b9dc79664a093d0a52be840ab07a2f5d675 Mon Sep 17 00:00:00 2001 From: "Anne S. Lawrence" Date: Mon, 9 Aug 2021 15:29:45 -0400 Subject: [PATCH 1/7] Add more advanced search filters --- dspace/config/spring/api/discovery.xml | 76 +++++++++++++++++++++++--- 1 file changed, 67 insertions(+), 9 deletions(-) diff --git a/dspace/config/spring/api/discovery.xml b/dspace/config/spring/api/discovery.xml index 9496744b7d..79f165e283 100644 --- a/dspace/config/spring/api/discovery.xml +++ b/dspace/config/spring/api/discovery.xml @@ -123,10 +123,15 @@ - + - + + + + + + @@ -245,10 +250,15 @@ - + - + + + + + + @@ -337,14 +347,16 @@ - - - - + + + + + + @@ -636,6 +648,15 @@ + + + + + dc.subject.lcc + + + + @@ -663,6 +684,15 @@ + + + + + dc.title.serial + + + + @@ -682,6 +712,25 @@ + + + + + dc.publisher + + + + + + + + + dc.rights + dc.rights.uri + + + + @@ -721,6 +770,15 @@ + + + + + dc.description.version + + + + @@ -777,7 +835,7 @@ - + dc.contributor.committeechair From e5b428fc736c65c8a4d275f5367699b4bdb3fba1 Mon Sep 17 00:00:00 2001 From: "Anne S. Lawrence" Date: Mon, 9 Aug 2021 15:58:51 -0400 Subject: [PATCH 2/7] Correct Journaltitle filter name --- dspace/config/spring/api/discovery.xml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/dspace/config/spring/api/discovery.xml b/dspace/config/spring/api/discovery.xml index 79f165e283..96682dcc49 100644 --- a/dspace/config/spring/api/discovery.xml +++ b/dspace/config/spring/api/discovery.xml @@ -125,7 +125,7 @@ - + @@ -252,7 +252,7 @@ - + From 853c59bfc1e4ad1ab8807429be58c620479d73f4 Mon Sep 17 00:00:00 2001 From: "Anne S. Lawrence" Date: Tue, 10 Aug 2021 15:15:13 -0400 Subject: [PATCH 3/7] fix committeechair fieldname --- dspace/config/spring/api/discovery.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dspace/config/spring/api/discovery.xml b/dspace/config/spring/api/discovery.xml index 96682dcc49..4ab053ddb8 100644 --- a/dspace/config/spring/api/discovery.xml +++ b/dspace/config/spring/api/discovery.xml @@ -835,7 +835,7 @@ - + dc.contributor.committeechair From 1f1509eb2bb9f2aee014c28a13220158c05b2dfa Mon Sep 17 00:00:00 2001 From: "Anne S. Lawrence" Date: Tue, 10 Aug 2021 16:39:44 -0400 Subject: [PATCH 4/7] Add search filter messages --- .../aspects/Discovery/i18n/messages.xml | 17 +++++++++++------ 1 file changed, 11 insertions(+), 6 deletions(-) diff --git a/dspace/modules/xmlui/src/main/resources/aspects/Discovery/i18n/messages.xml b/dspace/modules/xmlui/src/main/resources/aspects/Discovery/i18n/messages.xml index 01f322128c..4460dd852f 100644 --- a/dspace/modules/xmlui/src/main/resources/aspects/Discovery/i18n/messages.xml +++ b/dspace/modules/xmlui/src/main/resources/aspects/Discovery/i18n/messages.xml @@ -51,7 +51,6 @@ Committee Member Thesis Degree Level Department - Series Patent Type Inventor Assignee @@ -87,6 +86,7 @@ Series + Browsing by: Author Browsing by: Title Browsing by: Subject @@ -109,15 +109,21 @@ Browsing by: Department Browsing by: Issue date + Title Date issued Keyword Abstract - Series - Mime-Type - Sponsor + Call Number Identifier + Journal Title Language (ISO) + Publisher + Rights + Sponsor + Series + Version + Mime-Type Coverage Technical Report No. Committee Member @@ -138,6 +144,7 @@ Now showing items {0}-{1} + Filter by: Author Author Author @@ -160,8 +167,6 @@ Filter by: Assignee Filter by: Inventor Filter by: Patent Type - Date Issued - Starts with Or enter first few letters: From 405d6bbe22f81a3a0146bf4804ab285a53c4217b Mon Sep 17 00:00:00 2001 From: "Anne S. Lawrence" Date: Wed, 11 Aug 2021 09:24:22 -0400 Subject: [PATCH 5/7] fix advisor search filter message --- dspace/config/spring/api/discovery.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dspace/config/spring/api/discovery.xml b/dspace/config/spring/api/discovery.xml index 4ab053ddb8..64456be33e 100644 --- a/dspace/config/spring/api/discovery.xml +++ b/dspace/config/spring/api/discovery.xml @@ -835,7 +835,7 @@ - + dc.contributor.committeechair From 7f769cbf375d2e79ca5e3bf93a5070159bf969df Mon Sep 17 00:00:00 2001 From: "Anne S. Lawrence" Date: Wed, 11 Aug 2021 10:39:26 -0400 Subject: [PATCH 6/7] fix advisor facet name --- dspace/config/spring/api/discovery.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dspace/config/spring/api/discovery.xml b/dspace/config/spring/api/discovery.xml index 64456be33e..8b1bfee049 100644 --- a/dspace/config/spring/api/discovery.xml +++ b/dspace/config/spring/api/discovery.xml @@ -835,7 +835,7 @@ - + dc.contributor.committeechair From cf3c333c082bac8889971ca60b0d000d89644909 Mon Sep 17 00:00:00 2001 From: "Anne S. Lawrence" Date: Wed, 11 Aug 2021 13:13:49 -0400 Subject: [PATCH 7/7] fix advisor facet name --- dspace/config/spring/api/discovery.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dspace/config/spring/api/discovery.xml b/dspace/config/spring/api/discovery.xml index 8b1bfee049..64456be33e 100644 --- a/dspace/config/spring/api/discovery.xml +++ b/dspace/config/spring/api/discovery.xml @@ -835,7 +835,7 @@ - + dc.contributor.committeechair