Augmented Index - parent-child use case - does not work when new child record is added or when existing child record is deleted
I discussed this use case with @zhibinmai and we did not see "dynamic refresh" happening as expected.
Parent well record. Has 3 child (Wellbore) records - WB1, WB2, WB3
I created augmented index. The value = WB1, WB2, WB3 as expected.
Next, I add a new child (Wellbore) record WB4. My expectation is that augmented index value will now change to show "WB1, WB2, WB3, WB4". This did not happen.
The value was also not changed when I dropped an existing child record.
Please check this.
Thank you