You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
In ApiController::actionSearch() the try/catch block is placed around code that will not throw an exception ever - the actual Exception coming from $fileSystem->get() is never catched / ignored.
So the search crashes, if there is a FileflyHashmap record which references a file that does not exists
In ApiController::actionSearch() the try/catch block is placed around code that will not throw an exception ever - the actual Exception coming from $fileSystem->get() is never catched / ignored.
So the search crashes, if there is a FileflyHashmap record which references a file that does not exists
` foreach ($query->all() as $item) {
The text was updated successfully, but these errors were encountered: