Skip to content

Commit 17ae91b

Browse files
committed
Update object.md
1 parent 42e9328 commit 17ae91b

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

docs/spec/object.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@ fields:
3535
| `unique` | `boolean` | If `true`, enforces unique values in the database. Default: `false`. |
3636
| `defaultValue` | `any` | Default value if not provided during creation. |
3737
| `index` | `boolean` | Creates a database index for this field. |
38-
| `searchable` | `boolean` | Hint to include this field in global search. |
38+
| `searchable` | `boolean` | Enables traditional keyword-based search (e.g., exact match, SQL LIKE). |
3939
| `sortable` | `boolean` | Hint that this field can be used for sorting in UI. |
4040
| `description` | `string` | Help text or documentation for the field. |
4141

0 commit comments

Comments
 (0)