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: docs/docs/getting-started/simple-mode.md
+2-1
Original file line number
Diff line number
Diff line change
@@ -28,7 +28,8 @@ end
28
28
```
29
29
30
30
:::caution
31
-
By default, searching and sorting are authorized on any column of your model. See [Authorization (allowlisting/denylisting)](/going-further/other-notes.md#authorization-allowlistingdenylisting) on how to prevent this.
31
+
As of v4.0, searching and sorting are not authorized on _any_ column of your model by default. See [Authorization (allowlisting/denylisting)](/going-further/other-notes.md#authorization-allowlistingdenylisting) on how to define searchable attributes.
32
+
Prior to v4.0, searching and sorting were authorized on any column of your model by default.
0 commit comments