diff --git a/webapp/components/generic/SearchGroup/SearchGroup.vue b/webapp/components/generic/SearchGroup/SearchGroup.vue
new file mode 100644
index 000000000..8dc3d2c13
--- /dev/null
+++ b/webapp/components/generic/SearchGroup/SearchGroup.vue
@@ -0,0 +1,37 @@
+
+ {{ option.groupName | truncate(70) }}
+
{ if (!this.isTag(item)) { this.$router.push({ - name: this.isPost(item) ? 'post-id-slug' : 'profile-id-slug', + name: this.getRouteName(item), params: { id: item.id, slug: item.slug }, }) } else {