Branch: refs/heads/master Home: https://github.com/xwiki/xwiki-platform Commit: e31a29eac240d61d548e4ba1bb600ba07f63c17d https://github.com/xwiki/xwiki-platform/commit/e31a29eac240d61d548e4ba1bb600... Author: Vincent Massol <[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. Co-authored-by: Claude <[email protected]> To unsubscribe from these emails, change your notification settings at https://github.com/xwiki/xwiki-platform/settings/notifications