Skip to content

Version 8 upgrade guide

Jane Sandberg edited this page Feb 2, 2023 · 1 revision

Here are some issues you may encounter when upgrading from blacklight_advanced_search 7 to 8.

  • If your app includes any special logic in AdvancedController, move it to the CatalogController and update your routes accordingly
  • If your app includes include BlacklightAdvancedSearch::AdvancedHelperBehavior, remove it. You may have code that refers to the helper methods in that module, so re-implement/re-factor that as needed.
Clone this wiki locally