Skip to content

Commit 4107a29

Browse files
authored
Merge pull request #13741 from nextcloud/carl/deprecate-search
feat: Add removal of old search APIs to 33 migration guide
2 parents e96c77f + dbf5eb0 commit 4107a29

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

developer_manual/app_publishing_maintenance/app_upgrade_guide/upgrade_to_33.rst

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -82,3 +82,6 @@ Removed APIs
8282

8383
- The ``\OCP\BackgroundJob\IJob::execute`` method was deprecated since Nextcloud 25 and was now removed.
8484
Instead use the ``IJob::start`` method, available since Nextcloud 25.
85+
- The ``\OCP\Search\PagedProvider``, ``\OCP\Search\Provider`` and ``\OCP\Search\Result`` classes were
86+
deprecated since Nextcloud 20 and were now removed. Instead use ``\OCP\Search\SearchResult`` and
87+
``\OCP\Search\IProvider``, available since Nextcloud 20.

0 commit comments

Comments
 (0)