You are here

public property KalturaBaseEntryFilter::$nameMultiLikeAnd in Kaltura 6.2

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

Type: string

File

kaltura_client/KalturaClient.php, line 520

Class

KalturaBaseEntryFilter

Code

public $nameMultiLikeAnd = null;