Branch: refs/heads/claude/zealous-cori-eK5S1 Home: https://github.com/xwiki/xwiki-platform Commit: 46dc2e9050eb17b666f3ba4476fa5809f1854381 https://github.com/xwiki/xwiki-platform/commit/46dc2e9050eb17b666f3ba4476fa5... Author: Claude <[email protected]> Date: 2026-06-07 (Sun, 07 Jun 2026) Changed paths: M xwiki-platform-core/xwiki-platform-rest/xwiki-platform-rest-server/src/main/java/org/xwiki/rest/internal/resources/DatabaseKeywordSearchSource.java Log Message: ----------- [Misc] Define a constant for the duplicated "space" literal to fix a SonarQube issue * SonarQube rule java:S1192 flagged the string literal "space" being duplicated 5 times in DatabaseKeywordSearchSource. * Introduce a private SPACE constant and reuse it for the order field comparison, the query parameter name and the search result type. To unsubscribe from these emails, change your notification settings at https://github.com/xwiki/xwiki-platform/settings/notifications