From 17e29af03350c6b3a634f1f800af9f658ca45592 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Katja=20Su=CC=88ss?= Date: Tue, 26 Mar 2024 09:45:43 +0100 Subject: [PATCH] Fix preprocessing of blocks text --- src/collective/elastic/ingest/preprocessings.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/collective/elastic/ingest/preprocessings.json b/src/collective/elastic/ingest/preprocessings.json index 3ad7c4b..5eb6e84 100644 --- a/src/collective/elastic/ingest/preprocessings.json +++ b/src/collective/elastic/ingest/preprocessings.json @@ -66,7 +66,7 @@ "comment": "If Volto is available, this is important for full text search, do not remove unless in Classic UI only environments", "action": "rewrite", "configuration": { - "source": "@components/collectiveelastic/blocks_plaintext", + "source": "@components/blocks_plaintext", "target": "blocks_plaintext", "enforce": false }