From 480052acfcd43fd30001faaebd2e31cec6e3d09f Mon Sep 17 00:00:00 2001 From: Louis Jeckel Date: Fri, 11 Sep 2020 13:45:25 +0200 Subject: [PATCH] Update scout.php --- config/scout.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/config/scout.php b/config/scout.php index 70c1ebf..0ebbbf5 100644 --- a/config/scout.php +++ b/config/scout.php @@ -59,7 +59,7 @@ return [ 'unsearchable' => 500, ], - 'text_max_length' => env('SEARCHABLE_TEXT_MAX_LENGTH', 9000), + 'text_max_length' => env('SEARCHABLE_TEXT_MAX_LENGTH', 7000), /* |-------------------------------------------------------------------------- -- 2.39.5