You are here

public property KalturaBaseEntryFilter::$nameMultiLikeOr 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 OR logic to retrieve entries that match at least one input pattern.

Type: string

File

kaltura_client/KalturaClient.php, line 513

Class

KalturaBaseEntryFilter

Code

public $nameMultiLikeOr = null;