From 23c3b0220164a6a3db9c7316ad48d99529b42eed Mon Sep 17 00:00:00 2001 From: Daniel Klabbers Date: Wed, 20 Oct 2021 14:39:35 +0200 Subject: [PATCH] add flag description --- src/Commands/RebuildDocumentsCommand.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/Commands/RebuildDocumentsCommand.php b/src/Commands/RebuildDocumentsCommand.php index fc72d71..b47c861 100644 --- a/src/Commands/RebuildDocumentsCommand.php +++ b/src/Commands/RebuildDocumentsCommand.php @@ -14,7 +14,7 @@ class RebuildDocumentsCommand extends Command { protected $signature = 'blomstra:search:documents:rebuild {--flush : Flushes ALL the documents inside the index} - {--mapping : Create property mappings} + {--mapping : Create property mappings: booleans, dates and fulltext searches} {--max-id= : Limits for each object the number of items to seed}'; protected $description = 'Rebuilds the complete search server with its documents.';