You are here

public property KalturaBaseEntryFilter::$tagsMultiLikeAnd in Kaltura 6.2

This filter should be in use for retrieving specific entries, while applying an SQL 'LIKE' pattern matching on tags. It could include few (comma separated) patterns for matching entry tags against, while applying an AND logic to retrieve entries that match all input patterns.

Type: string

File

kaltura_client/KalturaClient.php, line 569

Class

KalturaBaseEntryFilter

Code

public $tagsMultiLikeAnd = null;