Once again as in #1 and #64 I think that search endpoint will be useful outside nextcloud. It uses this route: [`/core/search`](https://github.com/nextcloud/server/blob/master/core/routes.php#L92) provided by [search controller](https://github.com/nextcloud/server/blob/master/core/Controller/SearchController.php#L55) Otherwise is not possible to search from outside origin.
Once again as in #1 and #64 I think that search endpoint will be useful outside nextcloud. It uses this route:
/core/searchprovided by search controllerOtherwise is not possible to search from outside origin.