callmemagnus / nextcloud-searchpage

App for Nextcloud providing a proper search page
7 stars 3 forks source link

No results when Users provider is chosen #15

Closed ostasevych closed 10 months ago

ostasevych commented 10 months ago

I tried to check the results a user provider gives, but cannot get any of them. Please, check, whether it is working at all.

callmemagnus commented 10 months ago

True.

You might probably request a fix on the main project (https://github.com/nextcloud/server).

This app just uses the list of providers returned by your instance (/ocs/v2.php/search/providers) and then uses the search API (/ocs/v2.php/search/providers/<provider_name>/search?term=admin).

callmemagnus commented 10 months ago

https://github.com/nextcloud/server/issues/41274