diff --git a/src/Fieldtypes/Entries.php b/src/Fieldtypes/Entries.php index 48b2795c9d..cae2ffc025 100644 --- a/src/Fieldtypes/Entries.php +++ b/src/Fieldtypes/Entries.php @@ -32,6 +32,7 @@ class Entries extends Relationship use QueriesFilters; protected $categories = ['relationship']; + protected $keywords = ['entry']; protected $canEdit = true; protected $canCreate = true; protected $canSearch = true;