Add a global search method for Media in Subcriptions
As there is now a way to list all Media
linked to Subcription
s. We need a proper way to text search too.
virtual Query<IMedia> searchSubscriptionMedia( const std::string&, const QueryParameters* ) const = 0;