$query->orWhere() Shortcut to attach a where clause with an OR operator. kirby/src/Database/Query.php#L405 $query->orWhere(mixed $args = null): Kirby\Database\Query Parameters Name Type Default $args mixed null Return type Kirby\Database\Query Parent class Kirby\Database\Query