Hi, I'm attempting to override the search query on an Attach Action, but can't seem to find if and how I can do that. The idea here is that I'd like the search to apply the following SQL:
WHERE ´column´ LIKE 'search%'
WHERE ´column´ LIKE 'search%'
Seeing as I don't want the attach dropdown to show items that don't start with the search query. Is this possible somehow? Thanks!