From e74545e0eb49763ac497fd7a0577dcf2f024c654 Mon Sep 17 00:00:00 2001 From: Eileen McNaughton Date: Wed, 8 Feb 2023 13:50:08 +1300 Subject: [PATCH] Make dedupe exceptions searchable in SearchKit I do kinda wonder if primary & secondary is nuanced enough - but this might not be the use case to split that open... --- Civi/Api4/DedupeException.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Civi/Api4/DedupeException.php b/Civi/Api4/DedupeException.php index 989506cd80..8adbeab4ac 100644 --- a/Civi/Api4/DedupeException.php +++ b/Civi/Api4/DedupeException.php @@ -15,7 +15,7 @@ namespace Civi\Api4; * * This api exposes CiviCRM (dedupe) exceptions. * - * @searchable none + * @searchable secondary * @see https://docs.civicrm.org/user/en/latest/organising-your-data/contacts/ * @since 5.39 * @package Civi\Api4 -- 2.25.1