Thanks for the awsome project.
I have a one to many relationship between customer entity and order entity. One customer can have many orders. Order entity has a primary key and two other properties called product_name and quantity. Is it possible to use Search Form for Customer entity and search for all customers ordering a particular product using product_name and certain quantity. Can you point me to the interfaces are classes that needs to be modified if this feature can be added. I think if the framework can be extended to search on association or relationship properties it will become one of the best framework with out of the box functionality to cover almost 90% of the use cases.
Thanks for your effort on the project.