mobile spotlight

This commit is contained in:
Peter Papp
2021-08-10 10:19:10 +02:00
parent 79295e77b6
commit 1175724e43
17 changed files with 241 additions and 824 deletions
@@ -29,6 +29,7 @@ class SearchFilesAndFoldersController
// Collect folders and files to single array
return collect([$searched_folders, $searched_files])
->collapse();
->collapse()
->take(10);
}
}
@@ -65,6 +65,7 @@ class VisitorSearchFilesAndFoldersController extends Controller
// Collect folders and files to single array
return collect([$folders, $files])
->collapse();
->collapse()
->take(10);
}
}