Skip to content

Commit 61b3f53

Browse files
committed
update search field docs
1 parent 0b6c845 commit 61b3f53

1 file changed

Lines changed: 2 additions & 0 deletions

File tree

v6/field-types.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -461,6 +461,8 @@ For a multi value field,
461461
$form->search('Links')->multiple();
462462
```
463463

464+
! Note, this field only works for Administrator users because it allows full search access to content using the REST API. You can remove Administrator only access limitation by modifying the 'search' middleware group in the HTTP Kernel.
465+
464466
### Search Post Types
465467

466468
You can search all post types - drafts will be included.

0 commit comments

Comments
 (0)