Search Join field is showing error "
1054
Unknown column 't0.child_id' in 'on clause'
trying to use this field with custom content types:
project, children, weight
I have 3 tables :
1. Project (id, project_name)
2. Children (id, project_id, name, age)
3. Weight (id, child_id, weight)
I am trying to create a "list and search" based on "Weight" content type in which:
Created a Filter by "project" (select simple with storage Project --> id)
to achieve this I created a search join field "weight_join" in "Weight" Search type
(screenshot 1)
Please give me any clue to resolve it...
Best Regards