You are here

public property KalturaBaseEntryFilter::$adminTagsMultiLikeOr in Kaltura 6.2

This filter should be in use for retrieving specific entries, while applying an SQL 'LIKE' pattern matching on tags, set by an ADMIN user. It could include few (comma separated) patterns for matching entry tags against, while applying an OR logic to retrieve entries that match at least one input pattern.

Type: string

File

kaltura_client/KalturaClient.php, line 583

Class

KalturaBaseEntryFilter

Code

public $adminTagsMultiLikeOr = null;