unt-libraries / catalog-api

A Django project that lets you build and expose a REST API for your library's Sierra ILS-based catalog
BSD 3-Clause "New" or "Revised" License
17 stars 8 forks source link

ItemsToSolr exports run using an item location filter don't store the filter params on the Export instance #22

Closed jthomale closed 9 months ago

jthomale commented 8 years ago

The values/parameters that you use for your filter when you run an export should get stored in the filter_params field on the ExportInstance model, but they aren't for exports run using the item location filter.

jthomale commented 9 months ago

Not sure when this was fixed, but this no longer seems to be the case.