Is there a way to use a View shortcode attribute to display ONLY the posts that have all the categories in the shortcode?
For example, I tried the following, but it gives me all the posts with a category slug of "bio" OR "degrees":
[wpv-view name="Degrees by Department" category="bio,degrees"]
What I want is for it to give me all the posts that have a category of "bio" AND "degrees."
I know I can just build a view for all the different combinations, but I would rather have one view and be able to customize it on the fly. Any suggestions?