dulibrarytech / digitaldu-frontend

Digital Collections DU front end
Apache License 2.0
3 stars 0 forks source link

refactor code to combine search results and collection search view #322

Closed kimpham54 closed 3 years ago

kimpham54 commented 4 years ago

combine collection and search results faceting views rather than maintaining two separate

jrynhart commented 3 years ago

The views will stay separate, as the search results display metadata and the collection view does not

jrynhart commented 3 years ago

Updated the collection view controller to use the Search service, to have access to any data from that service. Removed the search function dedicated to the collection display. Added the daterange limiter functionality to the collection view controller.