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.