Details
-
Bug
-
Resolution: Done
-
Critical - P2
-
None
-
None
-
None
-
None
-
Linux
Description
The following command doesn't find anything if the type of numero_pedido it's a number, but if the type is a string the commando works normally.
db.pedidos.find( {"numero_pedido":{"$regex":/135/}}, [] ).sort( [] ).limit( 20 ).skip( 0 )