Re: Querying on sum of child documents

2018-02-09 Thread Prath
We need sum of experiences from each child documents. Using this expression "exp:[4 TO 7]" we are directly querying the single child document with the experience between 4 to 7 but not sum of experiences of all child documents.For that we have to do something. Could you please help me out with

Re: Querying on sum of child documents

2018-01-29 Thread Prath
Hi, I used following query {!parent which="isParent:1" exp=total}+description:JSON +exp:[4 TO 7] {!func}exp. It is considering only highest experience from matched descriptions but not sum of matched description experience. Can you please explain me in detail. -- Sent from: