I’m trying to create a TextConstraint filter that queries a column in a pivot table. I have a Title model and a Client model connected through a pivot table called client_title.
This pivot table also contains an additional column, reference, and I need to filter based on this column.
How can I set up a TextConstraint for the reference column in the pivot table?
Any help is appreciated—thanks!