Sign Up

Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.

Have an account? Sign In

Have an account? Sign In Now

Sign In

Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.

Sign Up Here

Forgot Password?

Don't have account, Sign Up Here

Forgot Password

Lost your password? Please enter your email address. You will receive a link and will create a new password via email.

Have an account? Sign In Now

You must login to ask a question.

Forgot Password?

Need An Account, Sign Up Here

Please briefly explain why you feel this question should be reported.

Please briefly explain why you feel this answer should be reported.

Please briefly explain why you feel this user should be reported.

Sign InSign Up

The Archive Base

The Archive Base Logo The Archive Base Logo

The Archive Base Navigation

  • SEARCH
  • Home
  • About Us
  • Blog
  • Contact Us
Search
Ask A Question

Mobile menu

Close
Ask a Question
  • Home
  • Add group
  • Groups page
  • Feed
  • User Profile
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Buy Points
  • Users
  • Help
  • Buy Theme
  • SEARCH
Home/ Questions/Q 7597285
In Process

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: May 30, 20262026-05-30T22:07:17+00:00 2026-05-30T22:07:17+00:00

Could you please tell me why I can’t delete from collection records with ids

  • 0

Could you please tell me why I can’t delete from collection records with ids that are in the list using mongodb $in, but I can delete them if I use mongodb driver directly. Here ids are _id generated in mongodb automatically.
This one works:

array_walk($ids, function(&$item, $key) { $item = new MongoId(trim($item)); });

$conditions = array('_id' => array('$in' => $ids),
               );       

$mongo = new Mongo();
$db = $mongo->test; 
$collection = $db->mycollection;
$result = $collection->remove($conditions, array('safe' => true));

But using method remove of class Shanty_Mongo_Document doesn’t work for some reason with the same data:

class MyDocument extends Shanty_Mongo_Document
{

    public static function bulkDelete($ids)
    {

        array_walk($ids, function(&$item, $key) { $item = new MongoId(trim($item)); });

        $conditions = array('_id' => array('$in' => $ids)
                           );           
        $result = self::remove($conditions, array('safe' => true));
        return $result['n'];        
    }
}

Thank you.

  • 1 1 Answer
  • 0 Views
  • 0 Followers
  • 0
Share
  • Facebook
  • Report

Leave an answer
Cancel reply

You must login to add an answer.

Forgot Password?

Need An Account, Sign Up Here

1 Answer

  • Voted
  • Oldest
  • Recent
  • Random
  1. Editorial Team
    Editorial Team
    2026-05-30T22:07:18+00:00Added an answer on May 30, 2026 at 10:07 pm

    To solve this problem I commented in source code of Collection.php in method remove:

    /*        if (array_key_exists('_id', $criteria) && !($criteria["_id"] instanceof MongoId)) {
                    $criteria["_id"] = new MongoId($criteria["_id"]);*/
    

    After it conditions with $in work. Maybe the future versions of library will fix it.

    • 0
    • Reply
    • Share
      Share
      • Share on Facebook
      • Share on Twitter
      • Share on LinkedIn
      • Share on WhatsApp
      • Report

Sidebar

Related Questions

Could you please tell me how can I get from CompilerError instance exact text
Could someone please tell me which objects types can be tested using Regular Expressions
Could you please tell me how can one escape an apostrophe. I need it
Could someone please tell me how can I change the default css of a
Could you please tell me how I can make RequestFactory populate fields of my
Could you please tell me how I can test if a value is below
Could somebody please tell me how I can configure iReport 3.5 (nb) to use
could you please tell me how I (a Linux-User) can add text to the
Could you please tell where I can find information about the low-level distinctions in
Is anybody using Python 2.3 for Leopard? If so, could you please tell me

Explore

  • Home
  • Add group
  • Groups page
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Users
  • Help
  • SEARCH

Footer

© 2021 The Archive Base. All Rights Reserved
With Love by The Archive Base

Insert/edit link

Enter the destination URL

Or link to existing content

    No search term specified. Showing recent items. Search or use up and down arrow keys to select an item.