The $or operator lets you use boolean or in a query.
You give $or an array of expressions, any of which can satisfy the query.
U hebt slechts één element in de array opgegeven. Gebruik:
find(array('$or' => array(
array("brand" => "anti-clothes"),
array("allSizes" => "small")
)));