Add search support for SEPA CT

This commit is contained in:
Janne Heß
2022-11-27 16:48:47 +01:00
parent 04c71a2e9e
commit dcfcbfd9b5
4 changed files with 20 additions and 0 deletions

View File

@@ -229,5 +229,6 @@ return [
'attachment_notes_start' => ['alias' => true, 'alias_for' => 'attachment_notes_starts', 'needs_context' => true],
'attachment_notes_ends' => ['alias' => false, 'needs_context' => true],
'attachment_notes_end' => ['alias' => true, 'alias_for' => 'attachment_notes_ends', 'needs_context' => true],
'sepa_ct_is' => ['alias' => false, 'needs_context' => true],
],
];