Search records in an Attach Action
Hello everyone,
I was wondering if I could be able to search the records generated by
I was wondering if I could be able to search the records generated by
$action->getRecordSelect() in an Attach action. I know there is a way to search by specifying the columns, but I want instead to search using a column in a related record instead. Is there a way to modify the query similar to how we can do it in ->searchable() ?