私はフィールドを見ようとしています:
[case-file-header] => Array (
[filing-date] => 20130111)
このような:
$cursor = $mongo->$db->$collection->find(array('case-file-header'=>
array('filing-date' =>
array('$in' => array($current_date)))));
私は何を間違っていますか?
私のコレクションは 700 万件のレコードで構成されています。1 つのレコードの例を次に示します。
[_id] => MongoId Object (
[$id] => 50f5a5630c7263b79a373390
)
[serial-number] => 76713205
[registration-number] => 0000000
[transaction-date] => 20130114
[case-file-header] => Array (
[filing-date] => 20130111
[status-code] => 630
[status-date] => 20130114
[mark-identification] => ALPHACHEMICAL
[mark-drawing-code] => 3000
[attorney-docket-number] => 113,328
[attorney-name] => William Nitkin
[principal-register-amended-in] => F
[supplemental-register-amended-in] => F
[trademark-in] => T
[collective-trademark-in] => F
[service-mark-in] => F
[collective-service-mark-in] => F
[collective-membership-mark-in] => F
[certification-mark-in] => F
)