Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
これは私のクライアント側のコードです:
model.remove('agent',{'text':'online'});
モデルからコレクションを削除できません。コンソールに次のエラーが表示されます
Error: remove must be performed under a collection and document id. Invalid path: agent
ドキュメントから、「パス」が collectionname.id であるように見えます。この場合、おそらく「agent.id」である必要があると思います。
This blog は、パスが collection.documentId.document の形式である必要があることを示しています。
http://blog.derbyjs.com/2012/04/13/derby-v0-dot-3-0/