From 409e5c7919eb98ad6f972cac2d90dd67e9164883 Mon Sep 17 00:00:00 2001 From: David Glick Date: Sun, 7 Jan 2024 19:35:05 -0800 Subject: [PATCH] Update README.rst --- README.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.rst b/README.rst index 85a8fed..b7a17d0 100644 --- a/README.rst +++ b/README.rst @@ -104,7 +104,7 @@ It can be used to query for items that use a particular type of block. portal_catalog.searchResults(block_types="image") -.. versionadded:: 4.1.0 +The ``block_types`` index was added in plone.volto 4.1.0. By default it is only added for new Plone sites. To add it to an existing site, run ``plone.volto.upgrades.add_block_types_index`` manually.