NYULibraries / spatial_data_repository

NYU's GeoBlacklight instance @ geo.nyu.edu
https://geo.nyu.edu
6 stars 2 forks source link

Fix order of GBL /catalog routes #355

Closed spilth closed 2 months ago

spilth commented 2 months ago

Problem

Requests to /catalog/opensearch.xml are generated a 404 error and throwing Blacklight::Exceptions::RecordNotFound

Solution

Our config/routes.rb has deviated from GBL 4.1's and needed to be re-ordered.

Addresses #354

Type

bug-fix