- feature request: autocomplete search also on the start page and on the dataset detail page

This commit is contained in:
Arno Kaimbacher 2022-01-12 16:02:54 +01:00
parent 1239bb9df3
commit 3bd022bf54
10 changed files with 612 additions and 524 deletions

View file

@ -22,7 +22,7 @@ const routes = [
component: HelpViewComponent,
},
{
path: "/search/:display?",
path: "/search/:display?/:type?",
name: "Search",
component: SearchViewComponent,
props: true,