From a7361a3e7cd335c8932deba88fe60e8f673c2d40 Mon Sep 17 00:00:00 2001 From: Alexandre Alapetite Date: Thu, 13 Mar 2025 22:40:41 +0100 Subject: Implement JSON string concatenation with & operator (#7414) Inspired by [JSONata syntax](https://docs.jsonata.org/expressions). fix https://github.com/FreshRSS/FreshRSS/issues/6565 --- docs/en/users/11_website_scraping.md | 2 ++ 1 file changed, 2 insertions(+) (limited to 'docs') diff --git a/docs/en/users/11_website_scraping.md b/docs/en/users/11_website_scraping.md index f725280ea..a5704b81b 100644 --- a/docs/en/users/11_website_scraping.md +++ b/docs/en/users/11_website_scraping.md @@ -50,6 +50,8 @@ and the link would be `links[1]`. It is a similar syntax to the JavaScript way to access JSON: `object.object.array[2].property`. +Support string concatenation with a syntax like: `meta.title & " some text"` using single-quotes or double-quotes. + ## Tips & tricks - [Timezone of date](https://github.com/FreshRSS/FreshRSS/discussions/5483) -- cgit v1.2.3