From 791fb318b0b106132105143009e34b471262a338 Mon Sep 17 00:00:00 2001 From: erickgonzalez Date: Mon, 1 Jul 2024 12:55:19 -0600 Subject: [PATCH] #28204 include in 23.10.24 LTS --- .../portlets/contentlet/business/HostFactoryImpl.java | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dotCMS/src/main/java/com/dotmarketing/portlets/contentlet/business/HostFactoryImpl.java b/dotCMS/src/main/java/com/dotmarketing/portlets/contentlet/business/HostFactoryImpl.java index 7829c69979f4..406c10513a4d 100644 --- a/dotCMS/src/main/java/com/dotmarketing/portlets/contentlet/business/HostFactoryImpl.java +++ b/dotCMS/src/main/java/com/dotmarketing/portlets/contentlet/business/HostFactoryImpl.java @@ -137,7 +137,7 @@ public class HostFactoryImpl implements HostFactory { // query that Exact matches should be at the top of the search results. private static final String PRIORITIZE_EXACT_MATCHES = - "ORDER BY CASE WHEN LOWER(%s) = ? THEN 0 ELSE 1 END"; + " ORDER BY CASE WHEN LOWER(%s) = ? THEN 0 ELSE 1 END"; /** * Default class constructor.