このルート構成
URL: http://server.com/index.html#/Chapter/1/Section/2?search=moby
Route: /Chapter/:chapterId/Section/:sectionId
次のようになります。{chapterId:'1', sectionId:'2', search:'moby'}
ただし、次のようなオブジェクトのコレクションを持つことは可能ですか$routeParams
:
[
{chapterId:'1', sectionId:'2', search:'moby'},
{chapterId:'1', sectionId:'5', search:'mobydick'}
]
それを達成するためのルート構成は何ですか?