Skip to content

storeFullReferenceId #174

@meysamabl

Description

@meysamabl

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,

Metadata

Metadata

Assignees

Labels

No labels
No labels

Type

No type
No fields configured for issues without a type.

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions