feat: Add removal of old search APIs to 33 migration guide

Signed-off-by: Carl Schwan <carl.schwan@nextcloud.com>
This commit is contained in:
Carl Schwan
2025-10-01 13:39:46 +02:00
parent 0d828e7dc2
commit f0c7b0ae84

View File

@@ -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.