Branch: refs/heads/master Home: https://github.com/xwiki-contrib/cql Commit: 2148640c79d467c6daf00c49ccd3e5d5066e92c6 https://github.com/xwiki-contrib/cql/commit/2148640c79d467c6daf00c49ccd3e5d5... Author: Raphaël Jakse <[email protected]> Date: 2025-08-01 (Fri, 01 Aug 2025) Changed paths: M query/src/main/java/org/xwiki/contrib/cql/query/converters/DefaultCQLToSolrAtomConverter.java M query/src/main/java/org/xwiki/contrib/cql/query/converters/DefaultCQLToSolrSortParameterConverter.java M query/src/main/java/org/xwiki/contrib/cql/query/converters/internal/AbstractIdCQLToSolrAtomConverter.java Log Message: ----------- Misc: add javadoc Commit: 8cf75df4c8bfcee3077f633ff26a74c39e57e92c https://github.com/xwiki-contrib/cql/commit/8cf75df4c8bfcee3077f633ff26a74c3... Author: Raphaël Jakse <[email protected]> Date: 2025-08-14 (Thu, 14 Aug 2025) Changed paths: M query/src/main/java/org/xwiki/contrib/cql/query/converters/internal/AbstractIdCQLToSolrAtomConverter.java M query/src/test/java/org/xwiki/contrib/cql/query/CQLTest.java Log Message: ----------- Misc: code style Commit: 2a0fac8512d899f6f676da4556ce4c4e7b93cb6f https://github.com/xwiki-contrib/cql/commit/2a0fac8512d899f6f676da4556ce4c4e... Author: Raphaël Jakse <[email protected]> Date: 2025-08-14 (Thu, 14 Aug 2025) Changed paths: M query/src/test/java/org/xwiki/contrib/cql/query/CQLTest.java Log Message: ----------- Misc: add a space in a reference in tests to check escaping Commit: 921c459831b69c23142bd60775f8c83645a65450 https://github.com/xwiki-contrib/cql/commit/921c459831b69c23142bd60775f8c836... Author: Raphaël Jakse <[email protected]> Date: 2025-08-14 (Thu, 14 Aug 2025) Changed paths: M query/src/main/java/org/xwiki/contrib/cql/query/converters/internal/AbstractIdCQLToSolrAtomConverter.java M query/src/test/java/org/xwiki/contrib/cql/query/CQLTest.java Log Message: ----------- CQL-8: Reject greater than and less than operators for id, parent and ancestor fields Commit: 10eda94491f6e7bc778b11c9db3748031a55b128 https://github.com/xwiki-contrib/cql/commit/10eda94491f6e7bc778b11c9db374803... Author: Raphaël Jakse <[email protected]> Date: 2025-08-14 (Thu, 14 Aug 2025) Changed paths: M query/src/main/java/org/xwiki/contrib/cql/query/converters/internal/ParentCQLToSolrAtomConverter.java M query/src/test/java/org/xwiki/contrib/cql/query/CQLTest.java Log Message: ----------- CQL-7: parent = currentContent() is incorrectly translated * We now use complex expressions involving the space_facet Solr field to convert expressions involving the parent field Compare: https://github.com/xwiki-contrib/cql/compare/1c7df4505887...10eda94491f6 To unsubscribe from these emails, change your notification settings at https://github.com/xwiki-contrib/cql/settings/notifications