From 261856a222d6d5e64d699c34a8e2221402fc3e3d Mon Sep 17 00:00:00 2001 From: vincent Date: Sat, 26 Mar 2022 13:38:52 +0100 Subject: [PATCH] wip #5181 @0.25 --- app/Jobs/SearchIndex.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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/'); } } -- 2.39.5