CDRH / orchid

Rails Engine for site integration with CDRH API
MIT License
3 stars 0 forks source link

Index routes to /search #286

Open wkdewey opened 1 year ago

wkdewey commented 1 year ago

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.