From fc0c525db2e3797f0d987328ce2ca20ec2a63716 Mon Sep 17 00:00:00 2001 From: Matthew Wire Date: Wed, 8 Jun 2022 09:42:45 +0100 Subject: [PATCH] Allow UFMatch to be used in SearchKit - this allows you to filter by eg. 'has a CMS account' --- Civi/Api4/UFMatch.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Civi/Api4/UFMatch.php b/Civi/Api4/UFMatch.php index cb4df4ec43..5854f44130 100644 --- a/Civi/Api4/UFMatch.php +++ b/Civi/Api4/UFMatch.php @@ -13,7 +13,7 @@ namespace Civi\Api4; /** * UFMatch entity - links civicrm contacts with users created externally * - * @searchable none + * @searchable secondary * @since 5.19 * @package Civi\Api4 */ -- 2.25.1