-
Notifications
You must be signed in to change notification settings - Fork 19
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
support select #6
Comments
+1 |
You mean this: https://github.com/balderdashy/waterline/issues/73 ? |
Yes, that's it I was able to build an options.select function;however, I'm having trouble It builds into something like {value: d.name} On Friday, May 8, 2015, Taneli Leppä [email protected] wrote:
Sent from my iPhone |
Yes, but send the RETURN [x.attribute1, x.attribute2, x.attribute3] part of the AQL to ArangoDB so that we don't have to filter the JSON that's returned. It's a query optimization, but it would be a nice feature. |
Can you guys give me an example how you'd like this to work? I'm using Model.query mostly for my queries (since most of my queries are GRAPH_NEIGHBORS lookups) and those have to specified completely manually. |
Can you try this branch: https://github.com/rosmo/sails-arangodb/tree/select-support It (at least tries to) implements Model.find({ where : { ... }, select: [ 'field1', field2', ...] }) support. |
I will work on getting this feature into master. |
Is it still planned for where and select support to be merged/supported? |
This pull request (in progress) implements select support - #22 |
Hi, would it be difficult to implement select functionality?
The text was updated successfully, but these errors were encountered: