Uploaded image for project: 'Core Server'
  1. Core Server
  2. SERVER-3190

If there are too many regular expressions in query expression, the matcher logs a message and continues instead of uasserting

    XMLWordPrintableJSON

Details

    • Icon: Improvement Improvement
    • Resolution: Duplicate
    • Icon: Major - P3 Major - P3
    • None
    • None
    • None
    • None

    Description

      > t.drop();
      true
      > t.save(

      {a:'a',b:'b',c:'c',d:'d',e:'e'}

      );
      > t.count(

      {a:/a/}

      )
      1
      > t.count(

      {a:/a/,b:/b/}

      )
      1
      > t.count(

      {a:/a/,b:/b/,c:/c/}

      )
      1
      > t.count(

      {a:/a/,b:/b/,c:/c/,d:/d/}

      )
      1
      > t.count(

      {a:/a/,b:/b/,c:/c/,d:/d/,e:/e/}

      )
      1
      > t.count(

      {a:/a/,b:/b/,c:/c/,d:/d/,e:/z/}

      )
      1
      >

      Attachments

        Activity

          People

            Unassigned Unassigned
            aaron Aaron Staple
            Votes:
            0 Vote for this issue
            Watchers:
            1 Start watching this issue

            Dates

              Created:
              Updated:
              Resolved: