lithium\data\source\MongoDb::$_boolean

protected property

List of comparison operators to use when performing boolean logic in a query.

Source

	protected $_boolean = ['&&', '||', 'and', '$and', 'or', '$or', 'nor', '$nor'];