From 06330625a9c83a0536a4722a393a8508bb9b5104 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?St=C3=A9phane=20Manciot?= Date: Mon, 27 Jul 2026 12:39:16 +0200 Subject: [PATCH] docs: add cross-index JOINs to DQL Version Compatibility matrix MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit MD twin of the web sql/dql page — kept in sync with softclient4es-web docs/dql-cross-index-joins (PR #26). Co-Authored-By: Claude Fable 5 --- documentation/sql/dql_statements.md | 1 + 1 file changed, 1 insertion(+) diff --git a/documentation/sql/dql_statements.md b/documentation/sql/dql_statements.md index 209ba92b..d8ce642b 100644 --- a/documentation/sql/dql_statements.md +++ b/documentation/sql/dql_statements.md @@ -841,6 +841,7 @@ Notes: | Basic SELECT | ✔ | ✔ | ✔ | ✔ | | Nested fields | ✔ | ✔ | ✔ | ✔ | | UNION ALL | ✔ | ✔ | ✔ | ✔ | +| Cross-index JOINs | ✔ | ✔ | ✔ | ✔ | | JOIN UNNEST | ✔ | ✔ | ✔ | ✔ | | Aggregations | ✔ | ✔ | ✔ | ✔ | | Parent-level nested array aggs | ✔ | ✔ | ✔ | ✔ |