Skip to content

Commit 148372d

Browse files
committed
feat: add searchable capability to email field type
1 parent b1032b5 commit 148372d

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/FieldTypeSystem/Definitions/EmailFieldType.php

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -27,6 +27,7 @@ public function configure(): FieldSchema
2727
->tableColumn(TextColumn::class)
2828
->infolistEntry(TextEntry::class)
2929
->priority(15)
30+
->searchable()
3031
->sortable()
3132
->supportsMultiValue()
3233
->withArbitraryValues()

0 commit comments

Comments
 (0)