Hi Micheal
did you change the setting for the property RID_BAG_EMBEDDED_TO_SBTREEBONSAI_THRESHOLD to -1 ? If not do you have a script to reproduce it? I tried this and worked fine https://gist.github.com/maggiolo00/cda5589a1b63403aaf107770a26e9d9f Thanks 2017-09-19 9:56 GMT+02:00 <[email protected]>: > 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. > -- --- 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.
