nextcloud/lib/public/Search
Christoph Wurst 0022b63fe8
Fix serializing indexed unified search array as object
We expect an array of results from the search provider. If the search
provider returns an array with indexes, php will serialize it as object,
not as array (to preserve the keys). The client doesn't need this info,
so we should just discard it and take the values only to always render a
JSON array.

Signed-off-by: Christoph Wurst <christoph@winzerhof-wurst.at>
2020-09-11 15:57:04 +02:00
..
IProvider.php Update the license headers for Nextcloud 20 2020-08-24 14:54:25 +02:00
ISearchQuery.php Update the license headers for Nextcloud 20 2020-08-24 14:54:25 +02:00
PagedProvider.php Deprecate \OCP\ISearch 2020-06-24 14:20:26 +02:00
Provider.php Deprecate \OCP\ISearch 2020-06-24 14:20:26 +02:00
Result.php Deprecate \OCP\ISearch 2020-06-24 14:20:26 +02:00
SearchResult.php Fix serializing indexed unified search array as object 2020-09-11 15:57:04 +02:00
SearchResultEntry.php Update the license headers for Nextcloud 20 2020-08-24 14:54:25 +02:00