Closed Natkeeran closed 9 months ago
We are moving to use the starter-site approach for collection objects. We need to work on converting an existing site to the new approach and testing any issues that emerge.
We moved all of our sites to use block based views. Collection Url aliases should work.
Currently, collections are using collection node ids in the urls. For example: https://core-dsu.digital.utsc.utoronto.ca/collection/1. It would better to have https://core-dsu.digital.utsc.utoronto.ca/collection/dragomans.
The challenge is in indexing the url alias, and using them as contextual filters. Though Drupal seem to provide a way to index url alias, it does not seem to work.