mirror of
https://github.com/nextcloud/server.git
synced 2026-02-13 07:45:08 -05:00
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> |
||
|---|---|---|
| .. | ||
| IProvider.php | ||
| ISearchQuery.php | ||
| PagedProvider.php | ||
| Provider.php | ||
| Result.php | ||
| SearchResult.php | ||
| SearchResultEntry.php | ||