How to access the $search variable in recordSelectOptionsQuery() on RelationManager
I'd like to search another column ('meaning') as well when attaching a record, but how do I access the search variable? This is not working:
2 Replies
Ok, so you can set
$recordSelectSearchColumns = ['title','meaning]
. However, this searches AND (value in both title AND meaning) but this needs to be OR (value in title OR meaning). Is there a way to get that?sounds like a change we should make in the core instead