Searching Record
Accdording to the Docs, to search records to attach in a relationship manager one can specify the columns to search using this syntax:
'''AttachAction::make()
->recordSelectSearchColumns(['title', 'description'])'''
what if the title attribute is from another model that has a relationship with the current model?
i tried using dot notation but not working e.g ([author.tittle'])
0 Replies