This commit is contained in:
James Cole
2025-08-05 18:56:31 +02:00
parent f488feda93
commit 1921a8050b

View File

@@ -247,6 +247,7 @@ return [
'sepa_ct_is' => ['alias' => false, 'needs_context' => true],
'no_external_id' => ['alias' => false, 'needs_context' => false],
'any_external_id' => ['alias' => false, 'needs_context' => false],
'has_any_external_id' => ['alias' => true, 'alias_for' => 'any_external_id', 'needs_context' => false],
// based on source or destination balance. Very heavy search.
'source_balance_gte' => ['alias' => false, 'needs_context' => true],