Hi,

I`m using OrientJS with nodeJS to perform a query using .query() method. I 
get results, but I cant extract the in_ and out_ fields, as they`re of a 
'Bag' type. 

When I try .all() method of the bag to get the results I get an array[0]. 
When I perform the same query in Studio I see that the in_ and out_ fields 
are not empty.


My line of code is listed below. this.db is of type OrientDb.Db of the 
orientjs library.


Why am I getting an empty array?


Thanks


this.db.query(parsedQuery)//'select from v where entity_id in ["person_p186"]')
    .then(function (results) {



<https://i.stack.imgur.com/4wfSO.png>


<https://i.stack.imgur.com/doH3Z.png>


-- 

--- 
You received this message because you are subscribed to the Google Groups 
"OrientDB" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to [email protected].
For more options, visit https://groups.google.com/d/optout.

Reply via email to