The standard /index action queries the API and returns search results. It might be better to move this under /search, so that you can make /index routes that are just static pages with links and don't query search, and then create a more basic /index action.
The standard /index action queries the API and returns search results. It might be better to move this under /search, so that you can make /index routes that are just static pages with links and don't query search, and then create a more basic /index action.