We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents e96c77f + dbf5eb0 commit 4107a29Copy full SHA for 4107a29
developer_manual/app_publishing_maintenance/app_upgrade_guide/upgrade_to_33.rst
@@ -82,3 +82,6 @@ Removed APIs
82
83
- The ``\OCP\BackgroundJob\IJob::execute`` method was deprecated since Nextcloud 25 and was now removed.
84
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