From f0c7b0ae841da632abcf8446c3cbc3c2d78067a0 Mon Sep 17 00:00:00 2001 From: Carl Schwan Date: Wed, 1 Oct 2025 13:39:46 +0200 Subject: [PATCH] feat: Add removal of old search APIs to 33 migration guide Signed-off-by: Carl Schwan --- .../app_upgrade_guide/upgrade_to_33.rst | 3 +++ 1 file changed, 3 insertions(+) diff --git a/developer_manual/app_publishing_maintenance/app_upgrade_guide/upgrade_to_33.rst b/developer_manual/app_publishing_maintenance/app_upgrade_guide/upgrade_to_33.rst index fcef92d5a..346776190 100644 --- a/developer_manual/app_publishing_maintenance/app_upgrade_guide/upgrade_to_33.rst +++ b/developer_manual/app_publishing_maintenance/app_upgrade_guide/upgrade_to_33.rst @@ -55,3 +55,6 @@ Removed APIs - The ``\OCP\BackgroundJob\IJob::execute`` method was deprecated since Nextcloud 25 and was now removed. Instead use the ``IJob::start`` method, available since Nextcloud 25. +- The ``\OCP\Search\PaggedProvider``, ``\OCP\Search\Provider`` and ``\OCP\Search\Result`` classes were + deprecated since Nextcloud 20 and were now removed. Instead use ``\OCP\Search\SearchResult`` and + ``\OCP\Search\IProvier``, available since Nextcloud 20.