From d7958c6a7f30ca7780bbb7c99e271d725b465082 Mon Sep 17 00:00:00 2001 From: ExuApplePie <75225599+ExuApplePie@users.noreply.github.com> Date: Fri, 6 Dec 2024 14:45:26 -0500 Subject: [PATCH] Update JSONFieldProcessor.php --- src/Plugin/search_api/processor/JSONFieldProcessor.php | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/Plugin/search_api/processor/JSONFieldProcessor.php b/src/Plugin/search_api/processor/JSONFieldProcessor.php index 224c79a..f67b836 100644 --- a/src/Plugin/search_api/processor/JSONFieldProcessor.php +++ b/src/Plugin/search_api/processor/JSONFieldProcessor.php @@ -16,8 +16,8 @@ * * @SearchApiProcessor( * id = "json_field_processor", - * label = @Translation("Islandora Json Data"), - * description = @Translation("Add index for JSON data of an Islandora site"), + * label = @Translation("Json Field Data"), + * description = @Translation("Add index for JSON data of a node or media item"), * stages = { * "add_properties" = 0, * },