Merge pull request #13741 from nextcloud/carl/deprecate-search

feat: Add removal of old search APIs to 33 migration guide
This commit is contained in:
Ferdinand Thiessen
2025-10-06 16:34:03 +02:00
committed by GitHub

View File

@@ -82,3 +82,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\PagedProvider``, ``\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\IProvider``, available since Nextcloud 20.