SwiftORM / MongoDB-StORM

MongoDB Swift ORM
Apache License 2.0
7 stars 6 forks source link

select function not found... #7

Open huhuegg opened 7 years ago

huhuegg commented 7 years ago

can't do find with regex operation

PerfectDocs/StORM-Saving-Retrieving-and-Deleting-Rows.md

try obj.select(
    whereclause: "firstname = $1",
    params: ["Joe"],
    orderby: ["id"]
    )

select() is missing

folivi commented 6 years ago

Having the same issue