Skip to content

Commit

Permalink
#28204 include in 23.10.24 LTS
Browse files Browse the repository at this point in the history
  • Loading branch information
erickgonzalez committed Jul 1, 2024
1 parent 1027bcc commit 791fb31
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -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.
Expand Down

0 comments on commit 791fb31

Please sign in to comment.