From 33375c83cd82fd8330e213d577a49a9a94223af6 Mon Sep 17 00:00:00 2001 From: Rory McNicholl Date: Fri, 26 Apr 2024 14:16:45 +0100 Subject: [PATCH] add a space when when glueing default solr params to end of search, fixes #451 (#535) --- app/controllers/catalog_controller.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/controllers/catalog_controller.rb b/app/controllers/catalog_controller.rb index 55894a0e..8c046850 100644 --- a/app/controllers/catalog_controller.rb +++ b/app/controllers/catalog_controller.rb @@ -69,7 +69,7 @@ def self.year_published_field qt: "search", rows: 10, qf: IiifPrint.config.metadata_fields.keys.map { |attribute| "#{attribute}_tesim" } - .join(' ') << "title_tesim description_tesim all_text_timv" + .join(' ') << " title_tesim description_tesim all_text_timv" } # Specify which field to use in the tag cloud on the homepage.