Skip to content

Commit bff6f8a

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

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

v6/field-types.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -461,7 +461,7 @@ 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.
464+
! Note, the search field only works for Administrator users because it allows full search access to content using the REST API. You can remove the Administrator-only access limitation by modifying the 'search' middleware group in the HTTP Kernel.
465465

466466
### Search Post Types
467467

0 commit comments

Comments
 (0)