Can you set certain cards to only show in admin search results?+discussion
The direct answer is yes, if only admin can read it, then it will only show up for admin. So you can achieve this with permissions.
But it's usually better to fix this with a more precise search. I think by "master plus cards", you mean cards with simple names that happen to be used as right names in plus cards, right? If you want all the cards that end in "+address" for example, then you can use {"right":"address"}, and it won't return the simple "address" card.
I can't require users to put a more precise search in the search bar at the top of the site, though.
So it turns out that I *can* hide master plus cards in search results, but if I do that and they're part of a query, the query won't return anything. So if I hide Directed by and Written By as Read: Admin, even thought that rule isn't applied to +directed by and +written by, the query that gathers information from those two places will only return results to an Admin. So users will potentially get these blank cards as search results, which is less than ideal. This seems to only apply to searching, though. I have Claws set to Read: Admin, but Anyone can still view Werewolves+Claws just fine.