You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: v6/field-types.md
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -461,7 +461,7 @@ For a multi value field,
461
461
$form->search('Links')->multiple();
462
462
```
463
463
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.
0 commit comments