Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

storeFullReferenceId #174

Open
meysamabl opened this issue May 14, 2019 · 0 comments
Open

storeFullReferenceId #174

meysamabl opened this issue May 14, 2019 · 0 comments
Assignees

Comments

@meysamabl
Copy link

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,

@bojand bojand self-assigned this Jun 11, 2019
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants