Skip to content

Commit c7c8274

Browse files
committed
fix: Topics GlobalSearch definitions
1 parent 80ed359 commit c7c8274

1 file changed

Lines changed: 2 additions & 0 deletions

File tree

pages/datasets/search.vue

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -44,6 +44,7 @@ const searchPaths: Record<SearchType, string> = {
4444
dataservices: '/dataservices/search',
4545
reuses: '/reuses/search',
4646
organizations: '/organizations',
47+
topics: '/topics/search',
4748
}
4849
4950
const currentType = computed<SearchType>({
@@ -109,6 +110,7 @@ const ogTitles: Record<SearchType, string> = {
109110
dataservices: 'API',
110111
reuses: 'Réutilisations',
111112
organizations: 'Organisations',
113+
topics: 'Thématiques',
112114
}
113115
114116
const ogTitle = computed(() => ogTitles[currentType.value])

0 commit comments

Comments
 (0)