From fbb471d78dcc0411d05a0f1d908a3bdd27307138 Mon Sep 17 00:00:00 2001
From: Nils Windisch <windisch@sub.uni-goettingen.de>
Date: Wed, 4 Aug 2021 10:29:07 +0200
Subject: [PATCH] refactor: open TIDO on same page from search results

---
 src/.vuepress/components/SearchResultList.vue | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/src/.vuepress/components/SearchResultList.vue b/src/.vuepress/components/SearchResultList.vue
index 1a33f51..bfeb36e 100644
--- a/src/.vuepress/components/SearchResultList.vue
+++ b/src/.vuepress/components/SearchResultList.vue
@@ -7,7 +7,7 @@
     >
       <v-list-item v-for="item in items" :key="item.item" class="pl-0 mb-1">
         <v-list-item-content>
-          <a :href="getItemUrl(item)" target="_blank">
+          <a :href="getItemUrl(item)">
             <v-list-item-title class="mb-2"><span class="font-weight-regular">Sheet {{item.n}}</span> <span class="font-weight-light">in</span> <span class="font-weight-regular">{{item.label}}</span></v-list-item-title>
             <v-list-item-subtitle class="d-flex mb-1">
               <span v-for="(matchItem, i) in item.matches" class="d-flex mb-1">
-- 
GitLab