FrankCastelijns
Results
2
issues of
FrankCastelijns
I know it's possible to use AnyOf on compound indexes like so: ``` db.people .where('[firstName+lastName]').anyOf([ ["Foo", "Bar"], ["Baz", "Qux"] ]).toArray(); ``` And i know this same approach works on compound...
Is there any reason the updated_at field isn't included in things like customer? Could i implement it in a similar fashion to the created_at field? For my project i need...