I'm afraid wildcards in keys are still not allowed when retrieving items in MultiChain 2.0.
However stream items can now be given multiple keys, so if you know ahead of time what sort of wildcards might be used, you can add these are multiple keys, e.g.:
multichain
multi*
*chain
Then you can retrieve the item with any of those three patterns.