From 4d0a0c653ba33cd2d3709c9fbf30aa445e8d6996 Mon Sep 17 00:00:00 2001 From: Roman Date: Mon, 9 Oct 2023 14:25:59 +0200 Subject: [PATCH 1/3] Patch the plone.app.redirector.FourOhFourView.search_for_similar --- CHANGES.rst | 8 +++++--- README.rst | 6 ++++++ src/redturtle/volto/monkey.py | 15 +++++++++++++++ src/redturtle/volto/monkey.zcml | 7 +++++++ 4 files changed, 33 insertions(+), 3 deletions(-) diff --git a/CHANGES.rst b/CHANGES.rst index e7361e7e..be9a7ebe 100644 --- a/CHANGES.rst +++ b/CHANGES.rst @@ -4,15 +4,17 @@ Changelog 5.2.5 (unreleased) ------------------ -- Nothing changed yet. +- plone.app.redirector.FourOhFourView.search_for_similar patch to enable conditionally + the search for similar + [folix-01] 5.2.4 (2023-09-26) ------------------ - Fix the issue in the @translation GET endpoint: If this - endpoint is invoked, possibly by a bot, and plone.app.multilingual - is not installed, the call will result in an empty search query + endpoint is invoked, possibly by a bot, and plone.app.multilingual + is not installed, the call will result in an empty search query on the catalog. [lucabel] diff --git a/README.rst b/README.rst index b2046a45..236a3978 100644 --- a/README.rst +++ b/README.rst @@ -220,6 +220,12 @@ For details see the `pull-request + From e63c018bb3ab9796ae01bee9242f44a59203ee14 Mon Sep 17 00:00:00 2001 From: Roman Date: Mon, 9 Oct 2023 14:27:59 +0200 Subject: [PATCH 2/3] Typo --- README.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.rst b/README.rst index 236a3978..b74e7425 100644 --- a/README.rst +++ b/README.rst @@ -220,7 +220,7 @@ For details see the `pull-request Date: Mon, 9 Oct 2023 14:32:19 +0200 Subject: [PATCH 3/3] Fix readme --- README.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.rst b/README.rst index b74e7425..2272c917 100644 --- a/README.rst +++ b/README.rst @@ -221,7 +221,7 @@ For details see the `pull-request