Searching Record in AttachAction
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'])
4 Replies
@awcodes your help is needed
Solution
was able to solve it
@Hussain4real Can you share your solution?
sure