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

ds.where inserts _id data when passing array as value to columns option #219

Open
allthesignals opened this issue Mar 17, 2014 · 0 comments

Comments

@allthesignals
Copy link

var cut = ds.where({ columns: config.data
                     , rows: function(row) { 
                          return row[config.where.column] == config.where.value } 
                    })

I'm just trying to understand this better, and maybe this isn't the proper use case, but when using an array from an object in the columns property, I notice _id data is pushed into the config.data array. Is this intended?

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

1 participant