[Explore | develop]: app-routing.module.ts: Set specific search routes for each entity before setting generic route "search/find/:entity" | Updating openaireLibrary and common-assets.

This commit is contained in:
Konstantina Galouni 2023-07-07 13:56:55 +03:00
parent a23afc29d2
commit 378d7ccb83
3 changed files with 5 additions and 5 deletions

View File

@ -41,13 +41,13 @@ const routes: Routes = [
{ {
path: 'search/find', loadChildren: () => import('./searchPages/find/libSearch.module').then(m => m.LibMainSearchModule) path: 'search/find', loadChildren: () => import('./searchPages/find/libSearch.module').then(m => m.LibMainSearchModule)
}, },
{
path: 'search/find/:entity', loadChildren: () => import('./searchPages/find/libSearch.module').then(m => m.LibMainSearchModule)
},
{path: 'search/find/publications', component: PageURLResolverComponent}, {path: 'search/find/publications', component: PageURLResolverComponent},
{path: 'search/find/datasets', component: PageURLResolverComponent}, {path: 'search/find/datasets', component: PageURLResolverComponent},
{path: 'search/find/software', component: PageURLResolverComponent}, {path: 'search/find/software', component: PageURLResolverComponent},
{path: 'search/find/other', component: PageURLResolverComponent}, {path: 'search/find/other', component: PageURLResolverComponent},
{
path: 'search/find/:entity', loadChildren: () => import('./searchPages/find/libSearch.module').then(m => m.LibMainSearchModule)
},
// Advanced Search Pages // Advanced Search Pages
{ {

@ -1 +1 @@
Subproject commit 8b14aaf325c4c18691be36a89dca882b945d8eb0 Subproject commit 110c854523199f24143bb7d0e56e8815c6808319

@ -1 +1 @@
Subproject commit ad6883318d1268cd61871fb6dfb974639aa3a2fc Subproject commit 63c54c7db30bd6fbad6867656a8cb12e319e2f66