Search at on multiple collections?

How are people handling searching across multiple collections? Because a specific filter can only be done on one collection currently.

For example, right now I have 3 horizontal lists (Players, Games, Teams), and I have filters for each on the search bar.

What I’d love to do, is filter by prefix, so if a user types Players: @user1 it filters only the players list and ignore the other 2. It’s not a big deal, but something you see elsewhere

What you could do is create a new collection for “Search Queries” and create a record in there for each search made and preferably who made it (user relationship).

Then you can use that info to filter any list.