We are trying to display related results on details page in endeca. Upon clicking on any record on category(record listing) page, we want to display record id's having same parent id of the clicked record.
Example:
Record id Parent id Property1 Property2
100 100 vcx jhk
101 100 abc def
102 100 xyz cvb
103 110 hki qer
If I perform search for record id = 101, I should get one result and if I navigate to that record, I want to display the details of record id = 101 and also I want to list the record id =100 and record id=102 as related results. Because all these three records having same parent id (i.e 100).
We are trying to implement this with the help of assembler-context.xml modification so that it will reflect in assembler API as our application is using assembler API to render the results.
I am sorry if it is a naive question as I am new to endeca :). Please help.
Regards,
Mohan.