From 95ed9fcefa78e704843c60993a19e71c41b130a3 Mon Sep 17 00:00:00 2001 From: Matthias Richter Date: Mon, 14 Oct 2024 16:06:40 +0200 Subject: [PATCH] Index public comment field --- Classes/Command/IndexCommand.php | 1 + 1 file changed, 1 insertion(+) diff --git a/Classes/Command/IndexCommand.php b/Classes/Command/IndexCommand.php index 6302693..7ad57ae 100644 --- a/Classes/Command/IndexCommand.php +++ b/Classes/Command/IndexCommand.php @@ -86,6 +86,7 @@ class IndexCommand extends Command [ 'type', '', 'string' ], [ 'mvdb_id', '', 'string' ], [ 'piano_combination', '', 'string' ], + [ 'public_comment', 'comment', 'string' ], [ 'final', '', '' ] ]; protected static $actionData = [ [ 'quantity', '', 'int' ],