Feature(s) impacted
Advanced Filter / Search records in a collection
Observed behavior
Let’s assume we have 3 tables as below with these column names -
- Organization - org_id(PK), org_name
- Department - dept_id(PK), dept_name, org_id(FK)
- Employee - emp_id(PK), emp_name, dept_id(FK)
Currently when we try to filter a Employee collection based on org_name, we don’t get option to select organization in subfield of Department.
Expected behavior
We should get option to select organization in subfield of department when filtering employees.
Context
Please provide in this mandatory section, the relevant information about your configuration:
- Project name: Curator
- Team name: Developer
- Environment name: ALL (Staging, Development, Production)
- Agent type & version:
- Package Version: 8.3 (forest-express-sequelize)
- Express Version: 4.17.1
- Sequelize Version: 6.6.5
- Database Dialect: MySql
- Database Version: 5.7.24