Is it possible to scope the search function for collections so it only matches specific fields, or is there possibly a workaround?
For context, I have a directory based on my users table, which has a lot of columns, including some that reference users. This means that a search for Alice returns everyone named Alice, as well as anyone where Alice is referenced in another column. What I’d like to do is scope the search so that matches are only made for certain columns (or alternately, certain columns are excluded.) Any suggestions for how to approach this situation?
Thanks!