sql >> Database teknologi >  >> NoSQL >> MongoDB

MongoDB i PHP ved at bruge aggregat til at gruppere efter _id virker null ikke

Brug MongoRegex objekt:

$search = "apc";
$where = array('Store.Title' => array('$regex' => new MongoRegex("/^$search/gi")));
// $where = array('Store.Title' => array('$regex' => new MongoRegex("/".$search."/gi")));

[
    [ '$match' => $where ],
    [
        '$group' => [
            '_id' => 'null',
            'count' => [ '$sum' => 1 ]
        ]
    ]
]



  1. hvordan gør man en variabel til en unik nøgle i mongoose?

  2. MongoDB -- Indstilling af en betinget erklæring i .find()

  3. Gruppér efter tilstand i MongoDB

  4. MongoDB hvordan man kontrollerer eksistensen