From 71cb09f42ef054361f38e6e7d18a04ad6ea6a28e Mon Sep 17 00:00:00 2001 From: fenn-cs Date: Wed, 6 Dec 2023 16:03:27 +0100 Subject: [PATCH] Correct semantics for link opening in global search Following the update of `NcListItem` to allow control over where and how passed `hrefs` open, the search result component can now make use of these props. See : https://github.com/nextcloud-libraries/nextcloud-vue/pull/4923 Resolves : #41800 Signed-off-by: fenn-cs --- core/src/components/GlobalSearch/SearchResult.vue | 8 ++------ 1 file changed, 2 insertions(+), 6 deletions(-) diff --git a/core/src/components/GlobalSearch/SearchResult.vue b/core/src/components/GlobalSearch/SearchResult.vue index a35395922d19d..a746a5751b706 100644 --- a/core/src/components/GlobalSearch/SearchResult.vue +++ b/core/src/components/GlobalSearch/SearchResult.vue @@ -2,7 +2,8 @@ + :href="resourceUrl" + target="_self">