beyto1974
beyto1974
Hi, In app/models/concerns/blacklight/document.rb I read: ``` ruby #Implementations that support More-Like-This should override this method #to return an array of documents that are like this one. def more_like_this [] end...
Hi, A request for documentation.
Check if the reply mail setting is correct.
I got it working using code in application_controller.php (in this case user based core): ``` class ApplicationController < ActionController::Base before_action :setup_core def setup_core core="blacklight-core" if current_user then core=current_user.core end blacklight_config.connection_config...