Hi,
I am trying to store full ref id and I set the storeFullReferenceId to true on options in instance save method. But it does not take effect and the key with no prefix is being saved. below is my sample code snippet:
let user = new UserModel({
username: 'test1',
name: 'Test Test1'
});
let group = new FeedGroupModel({
typeId: 1,
owner: user,
imageUrl: 'image.png',
name: 'My Group'
});
group.save({storeFullReferenceId: true});
My environment:
lounge v0.26.0
couchbase v2.6.4.
Node.js v10.15.13 on Ubuntu 16.04
Thanks,
Hi,
I am trying to store full ref id and I set the storeFullReferenceId to true on options in instance save method. But it does not take effect and the key with no prefix is being saved. below is my sample code snippet:
My environment:
lounge v0.26.0
couchbase v2.6.4.
Node.js v10.15.13 on Ubuntu 16.04
Thanks,