We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 42e9328 commit 17ae91bCopy full SHA for 17ae91b
1 file changed
docs/spec/object.md
@@ -35,7 +35,7 @@ fields:
35
| `unique` | `boolean` | If `true`, enforces unique values in the database. Default: `false`. |
36
| `defaultValue` | `any` | Default value if not provided during creation. |
37
| `index` | `boolean` | Creates a database index for this field. |
38
-| `searchable` | `boolean` | Hint to include this field in global search. |
+| `searchable` | `boolean` | Enables traditional keyword-based search (e.g., exact match, SQL LIKE). |
39
| `sortable` | `boolean` | Hint that this field can be used for sorting in UI. |
40
| `description` | `string` | Help text or documentation for the field. |
41
0 commit comments