Re: node.js: "getView:generate_url" has explicit with_id=false

2020-02-11 Thread Radoslaw Garbacz
Thank you very much for the responses. It turned out in my case that the exception was from another call (the url for 'properties' call was correct), however I found the attribute "url_with_id", which solved the problem, I'd assume it is the right way to construct object specific url. On Mon, Feb

Re: node.js: "getView:generate_url" has explicit with_id=false

2020-02-10 Thread Ashesh Vashi
On Tue, Feb 11, 2020 at 10:49 AM Khushboo Vashi < khushboo.va...@enterprisedb.com> wrote: > Hi, > > On Mon, Feb 10, 2020 at 11:13 PM Radoslaw Garbacz < > radoslaw.garb...@xtremedatainc.com> wrote: > >> Hi, >> >> I am just getting familiar with the sources. >> >> As the title, when requesting node'

Re: node.js: "getView:generate_url" has explicit with_id=false

2020-02-10 Thread Khushboo Vashi
Hi, On Mon, Feb 10, 2020 at 11:13 PM Radoslaw Garbacz < radoslaw.garb...@xtremedatainc.com> wrote: > Hi, > > I am just getting familiar with the sources. > > As the title, when requesting node's properties the call to "generate_url" > has explicit "with_id=false" (node.js line 287 in "getView" fu