./test/dummy/app/controllers/umlaut_controller.rb in umlaut-3.0.5 vs ./test/dummy/app/controllers/umlaut_controller.rb in umlaut-3.1.0.pre1
- old
+ new
@@ -63,13 +63,13 @@
# Configuration for the 'search' functions -- A-Z lookup
# and citation entry.
search do
# Is your SFX database connection, defined in database.yml under
- # sfx_db and used for A-Z searches, Sfx3 or Sfx4? Other SearchMethods
- # in addition to SFX direct db may be provided later.
+ # sfx_db and used for A-Z searches, Sfx4 or do you want to use Sfx4Solr?
+ # Other SearchMethods in addition to SFX direct db may be provided later.
#az_search_method SearchMethods::Sfx4
- #az_search_method SearchMethods::Sfx3
+ #az_search_method SearchMethods::Sfx4Solr::Local
# When talking directly to the SFX A-Z list database, you may
# need to set this, if you have multiple A-Z profiles configured
# and don't want to use the 'default.
# sfx_az_profile "default"