From: vincent Date: Sat, 26 Mar 2022 12:38:52 +0000 (+0100) Subject: wip #5181 @0.25 X-Git-Url: http://git.cubedesigners.com/?a=commitdiff_plain;h=261856a222d6d5e64d699c34a8e2221402fc3e3d;p=odl.git wip #5181 @0.25 --- diff --git a/app/Jobs/SearchIndex.php b/app/Jobs/SearchIndex.php index 995a6ab..3f71a8a 100644 --- a/app/Jobs/SearchIndex.php +++ b/app/Jobs/SearchIndex.php @@ -93,6 +93,6 @@ class SearchIndex extends Index { // Get the relative URL by taking from /storage/ onwards // We assume that assets are always going to be in the storage folder - return strstr($URL, '/storage/'); + return '.' . strstr($URL, '/storage/'); } }