From f97cd3f64211bc8538f7d8967aaa06314d95cb43 Mon Sep 17 00:00:00 2001 From: Peli de Halleux Date: Sun, 22 Dec 2024 08:10:10 +0000 Subject: [PATCH] =?UTF-8?q?feat:=20=F0=9F=86=95=20add=20jq=20query=20suppo?= =?UTF-8?q?rt=20for=20data=20filtering?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- docs/src/content/docs/reference/scripts/context.md | 1 + 1 file changed, 1 insertion(+) diff --git a/docs/src/content/docs/reference/scripts/context.md b/docs/src/content/docs/reference/scripts/context.md index b62f14f02..3df5cbfe9 100644 --- a/docs/src/content/docs/reference/scripts/context.md +++ b/docs/src/content/docs/reference/scripts/context.md @@ -257,6 +257,7 @@ The `defData` function also supports functions to slice the input rows and colum - `sliceTail`, number of rows to include from the end - `sliceSample`, number of rows to pick at random - `distinct`, list of column names to deduplicate the data based on +- `query`, a [jq](https://jqlang.github.io/jq/) query to filter the data ```js defData("DATA", data, {