Bool
Overview
Property
Value
Definition
type User struct {
som.Node
IsActive bool // Required
IsAdmin bool // Required
IsVerified *bool // Optional (nullable)
}Schema
Filter Operations
Value Check
Convenience Methods
Logical Inversion
Nil Operations (Pointer Types Only)
Sorting
Method Chaining
Common Patterns
Combining Boolean Filters
OR Logic with Booleans
Optional Boolean Handling
Complete Example
Filter Reference Table
Operation
Description
Returns
Last updated